X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Faveline%2Finc-yaml%2Fresume-forum.yaml;fp=www%2Fplugins%2Fauto%2Faveline%2Finc-yaml%2Fresume-forum.yaml;h=5c62024b9a6926a41d431f4159cb28253e35b151;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/plugins/auto/aveline/inc-yaml/resume-forum.yaml b/www/plugins/auto/aveline/inc-yaml/resume-forum.yaml new file mode 100644 index 0000000..5c62024 --- /dev/null +++ b/www/plugins/auto/aveline/inc-yaml/resume-forum.yaml @@ -0,0 +1,105 @@ +- + 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_date' + label: '<:aveline:label_afficher_date:>' + defaut: 'on' + - + saisie: 'selection' + options: + nom: 'liste_afficher' + label: '<:aveline:label_afficher:>' + defaut: 'texte' + cacher_option_intro: 'oui' + datas: + titre: '<:aveline:item_titre_seul:>' + texte: '<:aveline:item_texte_seul:>', + titre_texte: '<:aveline:item_titre_texte:>' + - + saisie: 'input' + options: + nom: 'liste_longueur_max_texte' + label: '<:aveline:label_longueur_max_texte:>' + defaut: 80 + verifier: + type: 'entier' + min: 10 + - + saisie: 'oui_non' + options: + nom: 'liste_afficher_nom_auteur' + label: '<:aveline:label_afficher_nom_auteur:>' + defaut: '' +- + saisie: 'fieldset' + options: + nom: 'si_resume' + label: '<:aveline:label_si_resume:>' + afficher_si: '@style_liste@ == "resume"' + saisies: + - + saisie: 'oui_non' + options: + nom: 'afficher_date' + label: '<:aveline:label_afficher_date:>' + defaut: 'on' + - + saisie: 'oui_non' + options: + nom: 'afficher_titre' + label: '<:aveline:label_afficher_titre:>' + defaut: 'on' + - + saisie: 'oui_non' + options: + nom: 'afficher_nom_auteur' + label: '<:aveline:label_afficher_nom_auteur:>' + defaut: 'on' + - + saisie: 'oui_non' + options: + nom: 'afficher_logo_auteur' + label: '<:aveline:label_afficher_logo_auteur:>' + defaut: 'on' + - + saisie: 'input' + options: + nom: 'taille_max_logo' + label: '<:aveline:label_taille_max_logo:>' + defaut: 150 + afficher_si: '@afficher_logo_auteur@ == "on"' + verifier: + type: 'entier' + min: 10 + - + saisie: 'input' + options: + nom: 'longueur_max_texte' + label: '<:aveline:label_longueur_max_texte:>' + defaut: 600 + verifier: + type: 'entier' + min: 10 + - + saisie: 'oui_non' + options: + nom: 'afficher_lire_la_suite' + label: '<:aveline:label_afficher_lire_la_suite:>' + defaut: '' \ No newline at end of file