Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / serialization / config / schema / serialization.schema.yml
index 0fdd2da14dba6bf955f80ae7112c6b58b816005c..1d44b3dcec5fcf8095a185f2208ae4aee6e7986a 100644 (file)
@@ -5,3 +5,6 @@ serialization.settings:
     bc_primitives_as_strings:
       type: boolean
       label: 'Whether to retain pre Drupal 8.3 behavior of serializing all primitive items as strings.'
+    bc_timestamp_normalizer_unix:
+      type: boolean
+      label: 'Whether the pre Drupal 8.4 behavior of returning Unix timestamps instead of RFC3339 timestamps for TimestampItem fields is enabled or not.'