-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
While trying to customize the SelectedItem component of the contentbrowser app, I recognized the following:
- The
selection-templateargument is nowhere used. It can probably removed. - The
layoutSvelte property is not defined in the parser, but documented and used in the code. It cannot be configured via pattern options and need to be added to the arguments. - The
custom-component-keysargument is documented, but in code it is used ascomponentRegistryKeys. This maybe should be aligned to the documentation, as I think the naming ofcustom-component-keysis more clear thancomponent-registry-keys. Is is it already used in production and therefore the documentation should be adapted? We can also add an alias, so there is a BBB compatibility with old code.
Reactions are currently unavailable