X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Faveline%2Finc-yaml%2Fresume-mot.yaml;fp=www%2Fplugins%2Fauto%2Faveline%2Finc-yaml%2Fresume-mot.yaml;h=a7feece0b7d2945d276cd9cb9ed185d14507b8cb;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/plugins/auto/aveline/inc-yaml/resume-mot.yaml b/www/plugins/auto/aveline/inc-yaml/resume-mot.yaml new file mode 100644 index 0000000..a7feece --- /dev/null +++ b/www/plugins/auto/aveline/inc-yaml/resume-mot.yaml @@ -0,0 +1,107 @@ +- + saisie: 'selection' + options: + nom: 'style_liste' + label: '<:aveline:label_style_liste:>' + defaut: 'liste' + cacher_option_intro: 'oui' + datas: + liste: '<:aveline:item_liste:>' + resume: '<:aveline:item_resume:>' +- + saisie: 'fieldset' + options: + nom: 'si_liste_simple' + label: '<:aveline:label_si_liste_simple:>' + afficher_si: '@style_liste@ == "liste"' + saisies: + - + saisie: 'oui_non' + options: + nom: 'liste_afficher_groupe' + label: '<:aveline:label_afficher_groupe:>' + defaut: '' + - + saisie: 'oui_non' + options: + nom: 'liste_lien_groupe_mots' + label: '<:aveline:label_lien_groupe_mots:>' + defaut: '' + afficher_si: '@liste_afficher_groupe@ == "on"' + - + saisie: 'oui_non' + options: + nom: 'liste_afficher_statistiques_mot' + label: '<:aveline:label_afficher_statistiques_mot:>' + defaut: '' +- + saisie: 'fieldset' + options: + nom: 'si_resume' + label: '<:aveline:label_si_resume:>' + afficher_si: '@style_liste@ == "resume"' + saisies: + - + saisie: 'oui_non' + options: + nom: 'afficher_groupe' + label: '<:aveline:label_afficher_groupe:>' + defaut: '' + - + saisie: 'oui_non' + options: + nom: 'lien_groupe_mots' + label: '<:aveline:label_lien_groupe_mots:>' + defaut: '' + afficher_si: '@afficher_groupe@ == "on"' + - + saisie: 'oui_non' + options: + nom: 'afficher_logo' + label: '<:aveline:label_afficher_logo:>' + defaut: 'on' + - + saisie: 'input' + options: + nom: 'taille_max_logo' + label: '<:aveline:label_taille_max_logo:>' + defaut: 150 + afficher_si: '@afficher_logo@ == "on"' + verifier: + type: 'entier' + min: 10 + - + saisie: 'oui_non' + options: + nom: 'afficher_introduction' + label: '<:aveline:label_afficher_introduction:>' + defaut: 'on' + - + saisie: 'input' + options: + nom: 'longueur_max_introduction' + label: '<:aveline:label_longueur_max_introduction:>' + defaut: 600 + afficher_si: '@afficher_introduction@ == "on"' + verifier: + type: 'entier' + min: 10 + - + saisie: 'oui_non' + options: + nom: 'afficher_lire_la_suite' + label: '<:aveline:label_afficher_lire_la_suite:>' + defaut: 'on' + - + saisie: 'oui_non' + options: + nom: 'rappeler_titre' + label: '<:aveline:label_rappeler_titre:>' + defaut: 'on' + afficher_si: '@afficher_lire_la_suite@ == "on"' + - + saisie: 'oui_non' + options: + nom: 'afficher_statistiques_mot' + label: '<:aveline:label_afficher_statistiques_mot:>' + defaut: '' \ No newline at end of file