Skip to content

Instantly share code, notes, and snippets.

@dannylamb
Created August 24, 2018 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannylamb/58418a5691640f1e6ab0ede36bf6f24d to your computer and use it in GitHub Desktop.
Save dannylamb/58418a5691640f1e6ab0ede36bf6f24d to your computer and use it in GitHub Desktop.
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