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
Currently module properties cannot be used in options passed to its content definitions. Getting it to work would be as simple as adding a propertyMissing() implementation to PageContentTemplateBuilder.
The text was updated successfully, but these errors were encountered:
Originally created by Marcin Erdmann.
The following doesn't work (just a simplified example, not a real use case):
Currently module properties cannot be used in options passed to its content definitions. Getting it to work would be as simple as adding a
propertyMissing()
implementation toPageContentTemplateBuilder
.The text was updated successfully, but these errors were encountered: