Localize option in lexicalHTML #7745
Oudwins
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
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.
-
To set a derived html field using the lexicalHTML function to be localized, even if the original field is localized. You have to do something like this:
It would make more sense to do this:
But that may cause confusion (since you can set it to localized = true even if storeInDB is false. Therefore. Either it should follow the parent (if the parent is localized it should also be localized) or we could make storeInDB an object that has access to all the options for the field.
Beta Was this translation helpful? Give feedback.
All reactions