You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
nom: '<:contact:titre:>'
|
|
icon: 'prive/themes/spip/images/contact-24.png'
|
|
parametres:
|
|
-
|
|
saisie: 'oui_non'
|
|
options:
|
|
nom: 'afficher_titre_noisette'
|
|
label: '<:contact:noisette_label_afficher_titre_noisette:>'
|
|
defaut: ''
|
|
-
|
|
saisie: 'selection'
|
|
options:
|
|
nom: 'titre_noisette'
|
|
label: '<:contact:noisette_label_titre_noisette:>'
|
|
defaut: 'contact:titre_court'
|
|
cacher_option_intro: 'oui'
|
|
data:
|
|
'contact:titre_court': '<:contact:titre_court:>'
|
|
'contact:titre': '<:contact:titre:>'
|
|
titre_perso: '<:contact:noisette_titre_perso:>'
|
|
afficher_si: '@afficher_titre_noisette@ == "on"'
|
|
-
|
|
saisie: 'input'
|
|
options:
|
|
nom: 'titre_noisette_perso'
|
|
label: '<:contact:noisette_label_titre_noisette_perso:>'
|
|
afficher_si: '@afficher_titre_noisette@ == "on" && @titre_noisette@ == "titre_perso"'
|
|
-
|
|
saisie: 'selection'
|
|
options:
|
|
nom: 'niveau_titre'
|
|
label: '<:contact:noisette_label_niveau_titre:>'
|
|
defaut: 'h2'
|
|
cacher_option_intro: 'oui'
|
|
data:
|
|
h1: 'h1'
|
|
h2: 'h2'
|
|
h3: 'h3'
|
|
afficher_si: '@afficher_titre_noisette@ == "on"'
|