From dfef2c69617476d7afa6d0876667c90406f4e28a Mon Sep 17 00:00:00 2001
From: Erik Stielstra <info@erikstielstra.nl>
Date: Thu, 26 Apr 2018 08:09:25 +0200
Subject: [PATCH] Remove the old schema directory, as it was moved to /config.

---
 schema/fieldblock.schema.yml | 28 ----------------------------
 1 file changed, 28 deletions(-)
 delete mode 100644 schema/fieldblock.schema.yml

diff --git a/schema/fieldblock.schema.yml b/schema/fieldblock.schema.yml
deleted file mode 100644
index d37ddd6..0000000
--- a/schema/fieldblock.schema.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Schema for the configuration files of the Field as Block module.
-
-block.settings.fieldblock:*:
-  type: block_settings
-  label: 'Field as Block'
-  mapping:
-    label_from_field:
-      type: boolean
-      lable: 'Use field label as block title'
-    field_name:
-      type: string
-      label: 'Field name'
-    formatter_id:
-      type: string
-      label: 'Format type machine name'
-    formatter_settings:
-      type: field.formatter.settings.[%parent.formatter_id]
-      label: 'Settings'
-fieldblock.settings:
-  type: config_object
-  label: 'Field Block settings'
-  mapping:
-    enabled_entity_types:
-      type: sequence
-      label: 'Entity types to create for which to create Field Blocks.'
-      sequence:
-        type: string
-        label: 'Entity type'
-- 
GitLab