The title of color control
- Type:
string
- Required: No
- Default: 'Color'
- Type:
bool
- Required: No
For more read gutenberg readme.
Example:
color: {
type: 'string',
field: {
type: 'color',
placement: 'inspector',
},
}
This will return color hex code. For eg. #000000
- Type:
string