Populate Theme Name field when selecting Theme #82
-
Upon selecting a theme via the 'Load Theme' dropdown, I've noticed that the 'Name' field is not populated with the selected theme name. |
Beta Was this translation helpful? Give feedback.
Answered by
adamberecz
Sep 3, 2024
Replies: 1 comment 2 replies
-
That's because the "official" list of themes provided by the builder should not be overwritten. If you load one that is saved by the user then the name should be loaded so that it gets saved under that name if the user hits Save. Otherwise they would have to provide it a custom name. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By the "official" list I mean the list of themes that are provided to the users by the developer of the platform. Those aren't editable by the users.
It's not possible out-of-the-box, but something could be managed with a custom field. Look for
fields/ThemeThemeField.js
and make a copy of it for further customization.