Created
August 24, 2018 16:22
-
-
Save dannylamb/58418a5691640f1e6ab0ede36bf6f24d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/install/core.entity_form_display.node.cat_geographic_location.default.yml b/config/install/core.entity_form_display.node.cat_geographic_location.default.yml | |
index e7c0252..c765cf8 100644 | |
--- a/config/install/core.entity_form_display.node.cat_geographic_location.default.yml | |
+++ b/config/install/core.entity_form_display.node.cat_geographic_location.default.yml | |
@@ -11,9 +11,6 @@ dependencies: | |
- node.type.cat_geographic_location | |
module: | |
- controlled_access_terms | |
- - geolocation | |
- - path | |
- - text | |
id: node.cat_geographic_location.default | |
targetEntityType: node | |
bundle: cat_geographic_location | |
diff --git a/config/install/node.type.cat_geographic_location.yml b/config/install/node.type.cat_geographic_location.yml | |
index a159d85..c7256a3 100644 | |
--- a/config/install/node.type.cat_geographic_location.yml | |
+++ b/config/install/node.type.cat_geographic_location.yml | |
@@ -1,13 +1,6 @@ | |
langcode: en | |
status: true | |
dependencies: | |
- module: | |
- - menu_ui | |
-third_party_settings: | |
- menu_ui: | |
- available_menus: | |
- - main | |
- parent: 'main:' | |
name: 'Geographic Location' | |
type: cat_geographic_location | |
description: '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment