You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe create a second NodeTypes bag, which will be only used on Backoffice: DecoratedNodeTypes. This bag would be a mirror of NodeTypes but including all NodeTypeDecorator overrides.
Make node-type and node-type fields some values overrideable per environment. With no synchronization!
NodeTypeDecorator
entity linked to doctrine with a node_type_decorator table containing these columns:path
,property
,value
.Overrideable values examples:
displayName
description
color
label
universal
description
placeholder
visible
minLength
andmaxLength
Overrided values MUST NOT have any impact on structure and nodes behaviours. It should only be esthetic overrides.
This should only occur in Backoffice: this feature should not be executed on API calls and should not impact API performances.
The text was updated successfully, but these errors were encountered: