private: true
set in component.json. If set to private it will allow users to see private components as well. private: true
is not set in their manifest. Most appmixer component modules user private auxiliary components for listing items into menus (slack channels for example). Therefore we don't see those private components in this menu:acme.custom.component.HelloWorld
. Then we have to publish the component into Appmixer and create new ACL rule that will make it accessible to users.flow.customFields.category = "test-example"
. This can be done through API. But we want only admin users to be able to do so. The following set of ACL rules will allow admins to create custom fields, but it will allow users to only read those fields.