| CONTENT_MODEL_POP_UP | This trait takes a content model internal name as a configuration value and displays a list of records associated with that content model. It provides the selected Content Model records data as props to a component within the cms-library, effectively integrating the component with the widget. |
| TEXT | It’s a simple text input where any value entered will be passed as a prop to a component. |
| CHECKBOX | It provides the value ‘on’ if the checkbox is selected and ‘off’ if the checkbox is unchecked. |
| DROPDOWN | It displays multiple values to select from, accepting an options array of JSON where each object has the structure name: ‘Name to Show’, value: ‘Value which you will get in component’ . |
| COLOR_PICKER | A simple color picker provides the selected color’s hex value in the component’s props. |