Mercurial > hg > isophonics-drupal-site
annotate core/modules/serialization/config/schema/serialization.schema.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 serialization.settings: |
Chris@0 | 2 type: config_object |
Chris@0 | 3 label: 'Serialization settings' |
Chris@0 | 4 mapping: |
Chris@0 | 5 bc_primitives_as_strings: |
Chris@0 | 6 type: boolean |
Chris@0 | 7 label: 'Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings.' |
Chris@0 | 8 bc_timestamp_normalizer_unix: |
Chris@0 | 9 type: boolean |
Chris@0 | 10 label: 'Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not.' |