-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
-
|
Hello everyone! I have a problem, I want when choosing a value in the select widget, it would not be just a string or a number. But a whole object with its own fields. Of course, there is a list/types implementation, but it still stores a list of different objects with their own fields. I want to do the same, but so that it is not a list P.S. the max=1 parameter does not suit me either |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 3 replies
-
|
Do you have an example config of what you want? |
Beta Was this translation helpful? Give feedback.
All reactions
-
- label: "settings"In addition to the camera angle, I want to add another type As a result, it should turn out that when creating this content, I choose either the camera angle or something else. Together - it is impossible |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I see, you want a variable type object. Unfortunately, this is not a feature (yet). |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
It is clear that it does not exist. Is it possible to make it as a custom widget using CMS.registerWidget? |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I'm 95% sure that it's possible |
Beta Was this translation helpful? Give feedback.
All reactions
-
1