serialization.schema.yml 453 B

12345678910
  1. serialization.settings:
  2. type: config_object
  3. label: 'Serialization settings'
  4. mapping:
  5. bc_primitives_as_strings:
  6. type: boolean
  7. label: 'Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings.'
  8. bc_timestamp_normalizer_unix:
  9. type: boolean
  10. label: 'Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not.'