rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Type Property for Editor Palette Components #25

Closed TinCodes closed 2 years ago

TinCodes commented 2 years ago

Description. Every component needs a "type" property that indicates the name of the component being added or modified. This property has to be read-only and depends on the type of component.

For example, a Checkbox component is of type "Checkbox", even if there are more than 1, they are all of type "Checkbox".

Screenshot image

TinCodes commented 2 years ago

There are multiple solutions to add a custom type to each component in the palette: