1*3c9c7f3bSLORTET<?php 2*3c9c7f3bSLORTET 3*3c9c7f3bSLORTET/** 4*3c9c7f3bSLORTET *Configuration par défaut du plugin 5*3c9c7f3bSLORTET */ 6*3c9c7f3bSLORTET$meta['taille_icone'] = array('string', '_pattern' => '/^\d+(px|em|vh|cm)$/'); 7*3c9c7f3bSLORTET$meta['taille_texte'] = array('string', '_pattern' => '/^\d+(px|em|vh|cm)$/'); 8*3c9c7f3bSLORTET$meta['couleur_texte'] = array('string', '_pattern' => '/^(#([a-fA-F0-9]{3}|[a-fA-F0-9]{6})|rgba?\(\s*\d{1,3}\s*,\s*\d{1,3}\s*,\s*\d{1,3}(\s*,\s*(0|0?\.\d+|1))?\s*\)|red|blue|green|black|white|yellow|cyan|magenta|gray|grey|purple|orange|pink|brown|lime|navy|teal|olive|maroon|aqua|silver|fuchsia)$/i'); 9*3c9c7f3bSLORTET$meta['skip_file'] = array('string', '_pattern' => '/^($|\/.*\/.*$)/'); 10*3c9c7f3bSLORTET$meta['show_in_editor_menu'] = array('onoff'); 11*3c9c7f3bSLORTET$meta['use_pagesicon'] = array('onoff'); 12*3c9c7f3bSLORTET$meta['default_image'] = array('string'); 13*3c9c7f3bSLORTET// $meta['id_image_erreur'] = array('string', '_pattern' => '/^.*\.(png|jpg|jpeg)$/i'); 14