[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> ezxml.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file.
   3  #
   4  # NOTE: It is not recommended to edit this files directly, instead
   5  #       a file in override should be created for setting the
   6  #       values that is required for your site. Either create
   7  #       a file called settings/override/ezxml.ini.append or
   8  #       settings/override/ezxml.ini.append.php for more security
   9  #       in non-virtualhost modes (the .php file may already be present
  10  #       and can be used for this purpose).
  11  
  12  [HandlerSettings]
  13  Repositories[]=kernel/classes/datatypes/ezxmltext/handlers
  14  # A list of extensions which have xml handlers
  15  # It's common to create a settings/ezxml.ini.append file
  16  # in your extension and add the extension name to automatically
  17  # get xml handlers from the extension when it's turned on.
  18  ExtensionRepositories[]
  19  
  20  [InputSettings]
  21  # Which input handler to use, ezsimplified is the default
  22  Handler=ezsimplified
  23  # Allows for overriding a handler with another
  24  Alias[]
  25  # Alias[ezsimplified]=eztest
  26  
  27  # Trim whitespaces in the input or not
  28  # 'true' - spaces in the beginning of the line are trimmed.
  29  # 'false'- all spaces stay in their place
  30  TrimSpaces=true
  31  # 'false' - spaces sequences are converted to a single space character.
  32  # 'true'  - all spaces are stored in XML.
  33  AllowMultipleSpaces=false
  34  # Allow foreign characters (from another charsets) to be stored as numeric
  35  # entities.
  36  AllowNumericEntities=false
  37  
  38  [OutputSettings]
  39  # Which output handler to use, ezxhtml is the default
  40  # ezplain can be used to see raw xml data.
  41  Handler=ezxhtml
  42  # Handler=ezplain
  43  Alias[]
  44  # Alias[ezxhtml]=ezplain
  45  
  46  # Handler specific options
  47  [ezxhtml]
  48  # Determines to insert <p> tag inside a table cell in the output or not
  49  # if there is only one <paragraph> tag inside a cell.
  50  RenderParagraphInTableCells=enabled


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7