As an admin, the user is able to customize the agenda, save the changes and thereafter apply the customization to the agenda. Also, these customizations can be exported as an .json file to the "Content"-folder.
Modules are located here:
...\ModuleLibrary\Agenda\01_nocontext_PowerAgenda\06_agendaAdmin.xml
CMDs
Add editable slide
The following command will add an editable agenda slide as the last slide including three elements, where the user is able to perform customization of the entire agenda. When using this command and there are multiple agenda layouts present, make sure it is located in a dynamic menu as a special button using SkabelonDesign.Agenda:Templates
. This makes us able to choose between the different agenda layouts.
<Cmd case ="SkabelonDesign.Agenda:add-editable-agenda-slide"/>
Save slide as agenda
This command will save the changes made in the editable slide to apply the customizations of the agenda. This will be applied when the user updates the agenda.
<Cmd case ="SkabelonDesign.Agenda:save-active-slide-as-agenda"/>
Export agenda
This command will export the agenda definition as a .json file. The user will be prompted with the possibility to locate the "Content"-folder, where the file must be saved. When exporting the agenda, the performed customizations will be applied in every agenda in other presentations from now on.
<Cmd case ="SkabelonDesign.Agenda:export-agenda"/>
Comments
0 comments
Article is closed for comments.