Files
OfficialSite/www/modules/boilerplate/config/boilerplate.config.json
Mathieu Ducharme b11283fb91 Fix merge conflicts
2015-03-16 10:07:25 -04:00

351 lines
6.1 KiB
JSON

{
"config_type":"object",
"config_version":1,
"module":"boilerplate",
"name":{
"en":"Configuration",
"fr":"Configuration"
},
"description":{
"en":"",
"fr":""
},
"long_description":{
"en":"",
"fr":""
},
"notes":{
"en":"",
"fr":""
},
"revision":true,
"properties":{
"id":{
"type":"id"
},
"google_analytics":{
"type":"string",
"label":{
"fr":"ID Google Analytics",
"en":"Google Analytics ID"
},
"notes":{
"fr":"Ex: UA-XXXXXX-X",
"en":"Ex: UA-XXXXXX-X"
}
},
"default_section":{
"type":"object",
"obj_type":"cms_section",
"label":{
"en":"Default section",
"fr":"Section par défaut"
},
"description":{
"en":"Default section is loaded when the default URL (without any section) is reached, or usually when the logo is clicked. Typically, this should be a \"Home\" section.",
"fr":"La section par défaut est chargée lorsqu'un utilisateur atteint l'URL par défaut (sans paramètre de section). Est également, à l'habitude, la section qui est chargée lorsque le logo est cliqué. Typiquement, ce devrait être une section \"Accueil\"."
},
"input_type":"tree_select",
"input_options":{
"tree_select":{
"tree_property":"master",
"order_property":"position"
}
}
},
"default_lang":{
"type":"lang",
"label":{
"en":"Default language",
"fr":"Langage par défaut"
}
},
"contact_address":{
"type":"string",
"l10n":true
},
"contact_address2":{
"type":"string",
"l10n":true
},
"contact_city":{
"type":"string",
"l10n":true
},
"contact_postal_code":{
"type":"string"
},
"contact_province":{
"type":"string",
"l10n":true
},
"contact_country":{
"type":"string"
},
"contact_phone":{
"type":"phone"
},
"contact_phone2":{
"type":"phone"
},
"contact_fax":{
"type":"phone"
},
"contact_email":{
"type":"email"
},
"contact_lat":{
"type":"float"
},
"contact_lon":{
"type":"float"
},
"social_facebook_url":{
"type":"string"
},
"social_twitter_url":{
"type":"string"
},
"social_google_url":{
"type":"string"
},
"social_linkedin_url":{
"type":"string"
},
"social_instagram_url":{
"type":"string"
},
"social_flickr_url":{
"type":"string"
},
"social_youtube_url":{
"type":"string"
},
"meta_default_title":{
"type":"string",
"l10n":true
},
"meta_title_prefix":{
"type":"string",
"l10n":true
},
"meta_title_suffix":{
"type":"string",
"l10n":true
},
"meta_default_description":{
"type":"text",
"l10n":true
},
"meta_default_image":{
"type":"image",
"upload_path":"uploads/cfg/meta_default_image/"
},
"meta_default_keywords":{
"type":"string",
"multiple":true,
"l10n":true,
"notes":{
"en":"",
"fr":"À moins d'avis professionnel disant le contraire, les mots-clés par défaut devraient être laissés vide."
}
},
"signature_text":{
"type":"string",
"l10n":true,
"label":{
"en":"Signature text",
"fr":"Texte de la signature"
}
},
"signature_title":{
"type":"string",
"l10n":true,
"label":{
"en":"Signature title",
"fr":"Titre de la signature"
},
"description":{
"en":"This is mainly used for SEO purpose.",
"fr":"Le titre est principalement utilisé à des fins de référencement / SEO."
}
},
"signature_url":{
"type":"url",
"l10n":true,
"label":{
"en":"Signature URL",
"fr":"Lien de la signature"
}
}
},
"data":{
},
"sources":{
"default":{
"table":"boilerplate_config"
}
},
"default_source" : "default",
"lists":{
"boilerplate_config":{
"label":{
"fr":"Liste des sections",
"en":"Section list"
},
"description":{
},
"properties":[
],
"orders":{
"position":{
"property":"position",
"mode":"asc"
}
}
}
},
"default_list":"boilerplate_config",
"forms":{
"boilerplate_config":{
"label":{
"en":"Configuration",
"fr":"Configuration"
},
"groups":{
"analytics":{
"label":{
"en":"Analytics",
"fr":"Outils d'analyse"
},
"properties":[
"google_analytics"
]
},
"content":{
"label":{
"en":"Default content settings",
"fr":"Configuration de contenu par défaut"
},
"properties":[
"default_section",
"default_lang"
]
},
"social":{
"label":{
"en":"Social Links",
"fr":"Liens sociaux"
},
"properties":[
"social_facebook_url",
"social_twitter_url",
"social_google_url",
"|",
"social_linkedin_url",
"|",
"social_instagram_url",
"social_flickr_url",
"|",
"social_youtube_url"
],
"properties_options":{},
"priority":30
},
"contact":{
"label":{
"en":"Meta-informations",
"fr":"Informations méta"
},
"l10n":true,
"l10n_options":{
"mode":"loop_group"
},
"properties":[
"contact_address",
"contact_address2",
"contact_city",
"contact_postal_code",
"contact_province",
"contact_country",
"|",
"contact_phone",
"contact_phone2",
"contact_fax",
"|",
"contact_email"
],
"properties_options":{},
"priority":40
},
"meta":{
"label":{
"en":"Meta-informations",
"fr":"Informations méta"
},
"l10n":true,
"l10n_options":{
"mode":"loop_group"
},
"properties":[
"meta_default_title",
"meta_title_prefix",
"meta_title_suffix",
"meta_default_description",
"meta_default_keywords",
"meta_default_image"
],
"properties_options":{},
"priority":50
},
"signature":{
"label":{
"en":"Signature",
"fr":"Signature"
},
"l10n":true,
"l10n_options":{
"mode":"loop_group"
},
"properties":[
"signature_text",
"signature_url",
"signature_title"
],
"priority":60
}
}
}
},
"default_form":"boilerplate_config",
"dashboards":{
},
"widgets": {
},
"patterns":{
},
"default_pattern":"default"
}