From b2c4388c43d7055a8eeb2cd5995b4cf0fd823fa1 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 24 Jul 2014 17:26:01 +0100 Subject: [PATCH] Issue #2308971 by herom: Fixed Quickfix: Two schema files are not named with the common naming scheme. --- .../{entity.data_types.yml => entity.data_types.schema.yml} | 0 .../schema/{rdf.data_types.yml => rdf.data_types.schema.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename core/modules/entity/config/schema/{entity.data_types.yml => entity.data_types.schema.yml} (100%) rename core/modules/rdf/config/schema/{rdf.data_types.yml => rdf.data_types.schema.yml} (100%) diff --git a/core/modules/entity/config/schema/entity.data_types.yml b/core/modules/entity/config/schema/entity.data_types.schema.yml similarity index 100% rename from core/modules/entity/config/schema/entity.data_types.yml rename to core/modules/entity/config/schema/entity.data_types.schema.yml diff --git a/core/modules/rdf/config/schema/rdf.data_types.yml b/core/modules/rdf/config/schema/rdf.data_types.schema.yml similarity index 100% rename from core/modules/rdf/config/schema/rdf.data_types.yml rename to core/modules/rdf/config/schema/rdf.data_types.schema.yml -- GitLab