pat-contentbrowser: unused and missing pattern arguments
Open
@1letter is already working on this.
Since Mar 9, 2026.
01 type: bug
- Dominant language
- JavaScript
- Stars
- 57
- Forks
- 103
- Avg merge
- 10h 25m
- Merged PRs (30d)
- 18
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.