We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CustomMetadata
Related to: pimcore/studio-ui-bundle#751
Hi Guys,
I noticed that the current type of data (in the CustomMetadata schema) is set to string.
data
string
https://github.com/pimcore/studio-ui-bundle/blob/a75faeb8532530a2b2dfdbf033cbf532451c69da/assets/js/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/settings-slice.gen.ts#L39
Please add boolean (for checkboxes) and int (for relations) to the type.
boolean
int
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Related to: pimcore/studio-ui-bundle#751
Hi Guys,
I noticed that the current type of
data
(in theCustomMetadata
schema) is set tostring
.https://github.com/pimcore/studio-ui-bundle/blob/a75faeb8532530a2b2dfdbf033cbf532451c69da/assets/js/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/settings-slice.gen.ts#L39
Please add
boolean
(for checkboxes) andint
(for relations) to the type.The text was updated successfully, but these errors were encountered: