Commit 89949178 authored by dravenk's avatar dravenk
Browse files

Issue #2937554: Missing configuration schema

parent 295e1373
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
# Schema for the configuration files of the phpexcel module.

phpexcel.settings:
  type: config_object
  label: 'PHPExcel settings'
  mapping:
    cache_mechanism:
      type: string
      label: 'Cache mechanism'
    phptemp_limit:
      type: integer
      label: 'Cache mechanism'
    apc_cachetime:
      type: integer
      label: 'apc cachetime'
    memcache_host:
      type: string
      label: 'memcache host'
    memcache_port:
      type: integer
      label: 'memcache port'
    memcache_cachetime:
      type: integer
      label: 'memcache cachetime'