From c501556f7bf16d28bc3479aabad8d1095bb04ebb Mon Sep 17 00:00:00 2001 From: Mauricio Dinarte Date: Wed, 4 Dec 2024 10:11:46 -0600 Subject: [PATCH] Add migrated vocabulary configuration --- drupal10/config/taxonomy.vocabulary.session_topics.yml | 9 +++++++++ drupal10/config/taxonomy.vocabulary.tags.yml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 drupal10/config/taxonomy.vocabulary.session_topics.yml create mode 100644 drupal10/config/taxonomy.vocabulary.tags.yml diff --git a/drupal10/config/taxonomy.vocabulary.session_topics.yml b/drupal10/config/taxonomy.vocabulary.session_topics.yml new file mode 100644 index 0000000..58f6750 --- /dev/null +++ b/drupal10/config/taxonomy.vocabulary.session_topics.yml @@ -0,0 +1,9 @@ +uuid: 51684df6-8911-4203-aa22-3bda78868995 +langcode: en +status: true +dependencies: { } +name: 'Session topics' +vid: session_topics +description: null +weight: 0 +new_revision: false diff --git a/drupal10/config/taxonomy.vocabulary.tags.yml b/drupal10/config/taxonomy.vocabulary.tags.yml new file mode 100644 index 0000000..01db576 --- /dev/null +++ b/drupal10/config/taxonomy.vocabulary.tags.yml @@ -0,0 +1,9 @@ +uuid: 2bec70b6-615b-446f-9a50-d4579b9a239a +langcode: en +status: true +dependencies: { } +name: 'Article Tags' +vid: tags +description: 'Use tags to group articles on similar topics into categories.' +weight: 0 +new_revision: false