core.date_format.invalid.yml
Same filename in other branches
File
-
core/
tests/ fixtures/ recipes/ invalid_config/ config/ core.date_format.invalid.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- # Depend on the valid date format in order to ensure it is imported first,
- # which means we can ensure it was rolled back when this date format raises
- # a validation error.
- - core.date_format.valid
- id: invalid
- # Null isn't a valid value for the label, so this should raise a validation
- # error.
- label: null
- locked: false
- pattern: 'j F Y'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.