Replies: 3 comments 7 replies
-
Hi @skartknet, To clarify, do you mean when configuring the options of a custom I'm wondering if an API call (JSON fetch/request) from the configuration field's AngularJS controller could be made. 🤔 I already have a backoffice API controller, Example of how it's called in the AngularJS controller... My doubt is how the configuration field for the custom list-editor would be able to read the configuration of the data-source? 🤔🤔🤔 I hope some of this helps? I'm happy to brainstorm ideas on it. |
Beta Was this translation helpful? Give feedback.
-
How does the preview controller know that a dataSource has been removed or added? Can we use the same technique with the list editor controller? |
Beta Was this translation helpful? Give feedback.
-
@skartknet I've been hacking around and remembered ...and because the sort order of the properties is fixed for the Data List configuration, you should be able to get the value like so... Then it'd be a case of making gathering the data together and making a call to the |
Beta Was this translation helpful? Give feedback.
-
I'm creating a new DataListEditor and I have a configuration field that would benefit from having available the data items that are passed to the actual editor. Is that somehow possible to have?
The DataListEditor is for Conditional Displayers, so it would be good to have the available items from the data source to configure the show/hide items.
Beta Was this translation helpful? Give feedback.
All reactions