Replies: 1 comment 1 reply
-
If you have need a field on the page that isn't tied to any particular data you can use the Alternatively if there is some data associated with the feature you can use a checkbox or a radio option to represent the state for the users to set that value and then in your collection or field hooks add the code that you need to execute there. Totally up to you how you want your interface/system to work! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
I wonder if it's possible to add native custom elements (web components) to the admin ui?
That would be great for me as I'm not familiar with React (I use Google's Lit).
In the end I need to add a button that triggers some actions on the collection.
Furthermore I'd like to thank everybody who is contributing to this awesome and very customizable cms.
Regards,
unonweb
Beta Was this translation helpful? Give feedback.
All reactions