- Issue created by @sanduhrs
- Status changed to Needs review
over 1 year ago 12:58pm 29 November 2023 - 🇦🇹Austria jjchinquist Vienna, Austria
Providing a base / minimum set of content would be good. If it is in a DB init dump or in code doesn't matter to me as long as we can use it for a kickoff point. I think a good starting point is the start page, the pages behind the main menu items (with those menu items) and the /imprint page. More I would not do.
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
Please have a look especially at https://git.drupalcode.org/issue/la_eu-3404852/-/tree/3404852-add-defaul...
Enabling the modules
default_content
andla_eu_default_content
imports all the content into the site.
Resulting in a reasonable looking site with example content. - Status changed to Needs work
over 1 year ago 8:56am 12 December 2023 - Status changed to Needs review
over 1 year ago 1:06pm 12 December 2023 - 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
This is all about the code in https://git.drupalcode.org/issue/la_eu-3404852/-/tree/3404852-add-defaul...
Please look at that. - 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
sanduhrs → changed the visibility of the branch 3404852-default-content-2 to hidden.
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
sanduhrs → changed the visibility of the branch 3404852-add-default-content to hidden.
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
sanduhrs → changed the visibility of the branch 3404852-default-content-2 to active.
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
Created a new MR based on the updated 1.0.x
Looks much simpler :) - Status changed to Needs work
over 1 year ago 11:04am 26 December 2023 - 🇳🇱Netherlands bbrala Netherlands
I tried to use this branch. Unfortunately i get an error:
bjorn@bjorn-pc:~/projects/la_eu$ ddev drush en default_content,la_eu_default_content In SectionData.php line 34: Value assigned to "section" is not a valid section Failed to run drush en default_content,la_eu_default_content: exit status 1
- 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
sanduhrs → changed the visibility of the branch 3404852-default-content-2 to hidden.
- Status changed to Needs review
over 1 year ago 5:27pm 8 January 2024 - 🇩🇪Germany sanduhrs 🇪🇺 Heidelberg, Germany, Europe
I added some patches, please have another look.
// get the code git clone git@git.drupal.org:issue/la_eu-3404852.git cd la_eu-3404852 git checkout 3404852-default-content-3 // configure ddev ddev config --project-name=drupal-la-eu --project-type=drupal10 --docroot=docroot --php-version=8.1 // running ddev ddev start // build the project ddev composer install // configure the project echo "\$settings['config_sync_directory'] = '../config/default';" >> docroot/sites/default/settings.php ddev drush -y si --existing-config // import content ddev drush -y en la_eu_default_content // launch the site ddev launch ddev drush uli
- Status changed to RTBC
over 1 year ago 9:35am 9 January 2024 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
Checked the MR and looks ok to me as well (as far as one can review a bunch of yaml configs 😉)
-
sanduhrs →
committed 3d2bc8c7 on 1.0.x
Issue #3404852: Add default content for clean install from existing...
-
sanduhrs →
committed 3d2bc8c7 on 1.0.x
- Status changed to Fixed
over 1 year ago 9:40pm 9 January 2024 - 🇧🇪Belgium BramDriesen Belgium 🇧🇪
Adding credit for those who reviewed or tried to
-
sanduhrs →
committed 3d2bc8c7 on staging
Issue #3404852: Add default content for clean install from existing...
-
sanduhrs →
committed 3d2bc8c7 on staging
Automatically closed - issue fixed for 2 weeks with no activity.