Reply to thread

So i would be able to change my plugin.xml to something like this?


[code]  <Register Location="/Configuration/Settings/Plugins/AtmoLight">

    <ConfigSection

        Id="General"

        Sort=1

        Text="[AtmoLight.General]"/>

    <ConfigSection

        Id="AtmoWin"

        Sort=2

        Text="[AtmoLight.AtmoWin]"/>

    <ConfigSection

        Id="Hue"

        Sort=3

        Text="[AtmoLight.Hue]"/>

    <ConfigSection

        Id="Hyperion"

        Sort=4

        Text="[AtmoLight.Hyperion]"/>

    <ConfigSection

        Id="Effects"

        Sort=5

        Text="[AtmoLight.Effects]"/>

    <ConfigSection

        Id="Buttons"

        Sort=6

        Text="[AtmoLight.Buttons]"/>

    <ConfigSection

        Id="Advanced"

        Sort=7

        Text="[AtmoLight.Advanced]"/>

  </Register>[/code]


If so, yeah thats what i would need/like to do.


Thanks!


Top Bottom