diff --git a/core/config/schema/core.data_types.schema.yml b/core/config/schema/core.data_types.schema.yml index aff9816..5b0b0fa 100644 --- a/core/config/schema/core.data_types.schema.yml +++ b/core/config/schema/core.data_types.schema.yml @@ -424,10 +424,12 @@ core.date_format.*: type: core_date_format_pattern.[%parent.locked] label: 'PHP date format' +# Unlocked date formats should use the translatable type. core_date_format_pattern.0: type: date_format label: 'Date format' +# Locked date formats are just used to transport the value. core_date_format_pattern.1: type: string label: 'Date format'