Skip to content

Commit

Permalink
Merge pull request #2885 from mficzel/task/addFormKeyToFusionConfigur…
Browse files Browse the repository at this point in the history
…ationSchema

BUGFIX: Add `Form` key to configuration schema of Fusion package
  • Loading branch information
kitsunet committed Feb 21, 2020
2 parents 6ae035e + ab9e340 commit eeaed4c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 41 deletions.
36 changes: 36 additions & 0 deletions Resources/Private/Schema/Settings.Neos.Fusion.schema.yaml
@@ -0,0 +1,36 @@
type: dictionary
additionalProperties: false
properties:
rendering:
type: dictionary
additionalProperties: false
properties:
exceptionHandler:
type: string
format: class-name
innerExceptionHandler:
type: string
format: class-name
debugMode:
type: boolean
enableObjectTreeCache:
type: boolean
enableContentCache:
type: boolean
defaultContext:
type: dictionary
additionalProperties:
type:
- type: string
format: class-name
- type: string
pattern: '/^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff\\]*::[a-zA-Z_\x7f-\xff]*$/u'
dsl:
type: dictionary
additionalProperties:
type: string
format: class-name
Afx:
type: dictionary
Form:
type: dictionary
41 changes: 0 additions & 41 deletions Resources/Private/Schema/Settings.schema.yaml

This file was deleted.

0 comments on commit eeaed4c

Please sign in to comment.