How to define fieldtype as another UIB component
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 07:38 AM
I'm preparing a component config properties, In which one of the property should be color-picker component.
How do I reference the now-color-picker component as fieldtype.
ex: Select Header Color: [here is my now-color-picker component allow me to select a color]
{
"name": "headerColor",
"label": "Header Color",
"description": "Select color for header text.",
"fieldType": [what should goes here for color-picker component],
"typeMetadata": {"what's is my metadata will be in this case"}
},
0 REPLIES 0