Skip to content

Instantly share code, notes, and snippets.

@vijaycs85
Created July 11, 2013 18:04
Show Gist options
  • Save vijaycs85/5977726 to your computer and use it in GitHub Desktop.
Save vijaycs85/5977726 to your computer and use it in GitHub Desktop.
diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml
index 2a9c752..45ce9c2 100644
--- a/core/modules/system/config/schema/system.schema.yml
+++ b/core/modules/system/config/schema/system.schema.yml
@@ -120,15 +120,11 @@ system.date_format.*:
- type: string
label: 'Language'
pattern:
- type: mapping
- label: 'Format string'
- mapping:
- php:
- type: string
- label: 'PHP date format'
- intl:
- type: string
- label: 'Intl date format'
+ type: squence
+ label: 'Format'
+ squence:
+ - type: string
+ label: 'Format string'
langcode:
type: string
label: 'Default language'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment