From b5d11aeac58fd10efd10843668c354b461c20d77 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sat, 10 Feb 2018 20:42:04 +0000
Subject: [PATCH] Issue #2914503 by jibran, tim.plunkett, samuel.mortenson:
 Determine if serializing blobs is safe for use in Layout Builder

---
 .../src/Plugin/Field/FieldType/LayoutSectionItem.php             | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php b/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
index a8d5c7074bd4..0865f0c7c54a 100644
--- a/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
+++ b/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
@@ -67,7 +67,6 @@ public static function schema(FieldStorageDefinitionInterface $field_definition)
         'section' => [
           'type' => 'blob',
           'size' => 'normal',
-          // @todo Address in https://www.drupal.org/node/2914503.
           'serialize' => TRUE,
         ],
       ],
-- 
GitLab