Hierarchical settings

Answered

How does one create links to other configurables from a parent configurable in a plugin ? Something like this:


Any example code would be great.

Thanks

0
1 comment

Dani,

Such a view is implemented with the groupConfigurable Extension Point, like:

<groupConfigurable id="tools" weight="10"
helpTopic="configurable.group.tools.help.topic"
displayNameKey="configurable.group.tools.settings.display.name"
descriptionKey="configurable.group.tools.settings.description"/>
0

Please sign in to leave a comment.