From 6662e4990c2aa867e73280298baf7ee23fbb2625 Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Tue, 16 Oct 2018 14:59:53 -0600 Subject: [PATCH] Add Technologies and Services vocabularies --- .../config/install/taxonomy.vocabulary.services.yml | 8 ++++++++ .../config/install/taxonomy.vocabulary.technologies.yml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.services.yml create mode 100644 web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.technologies.yml diff --git a/web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.services.yml b/web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.services.yml new file mode 100644 index 0000000..818a2b9 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.services.yml @@ -0,0 +1,8 @@ +langcode: en +status: true +dependencies: { } +name: Services +vid: services +description: '' +hierarchy: 0 +weight: 0 diff --git a/web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.technologies.yml b/web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.technologies.yml new file mode 100644 index 0000000..55a6129 --- /dev/null +++ b/web/modules/custom/drutopia_case_study/config/install/taxonomy.vocabulary.technologies.yml @@ -0,0 +1,8 @@ +langcode: en +status: true +dependencies: { } +name: Technologies +vid: technologies +description: '' +hierarchy: 0 +weight: 0