diff --git a/composer.json b/composer.json index b2e9b30..14800e4 100644 --- a/composer.json +++ b/composer.json @@ -52,6 +52,14 @@ "type:drupal-drush" ] }, + "patches": { + "drutopia/drutopia": { + "Remove default content": "patches/drutopia-remove-default-content.patch" + }, + "drupal/drutopia_core": { + "Remove default content": "patches/drutopia-core-remove-default-content.patch" + } + }, "enable-patching": true } } diff --git a/patches/drutopia-core-remove-default-content.patch b/patches/drutopia-core-remove-default-content.patch new file mode 100644 index 0000000..6dddc34 --- /dev/null +++ b/patches/drutopia-core-remove-default-content.patch @@ -0,0 +1,12 @@ +diff --git a/drutopia_core.info.yml b/drutopia_core.info.yml +index 0001ae7..3a7b4ad 100644 +--- a/drutopia_core.info.yml ++++ b/drutopia_core.info.yml +@@ -8,7 +8,6 @@ dependencies: + - config_perms + - crop + - datetime +- - default_content + - ds + - entity_reference_revisions + - faqfield diff --git a/patches/drutopia-remove-default-content.patch b/patches/drutopia-remove-default-content.patch new file mode 100644 index 0000000..1d20b74 --- /dev/null +++ b/patches/drutopia-remove-default-content.patch @@ -0,0 +1,12 @@ +diff --git a/drutopia.info.yml b/drutopia.info.yml +index c705c0a..58e7d87 100644 +--- a/drutopia.info.yml ++++ b/drutopia.info.yml +@@ -19,7 +19,6 @@ dependencies: + - contextual + - datetime + - dblog +- - default_content + - drutopia_core + - drutopia_seo + - drutopia_site