DrupalizeMe / intro-module-development-guide

Example code for Introduction to Module Development Guide
0 stars 0 forks source link

Create a starting point module that installs features from Drupal User Guide, chapters 4-9 #2

Open agentolivia opened 1 year ago

agentolivia commented 1 year ago

The module development guide will extend the features and functionality of the Anytown Farmers Market site, the guiding scenario in the Drupal User Guide. The prerequisite for the guide is that the learner has gone through the chapter 9 of the Drupal User Guide. While we'll encourage learners to go through the User Guide on their own and build the Anytown Farmers Market, we want to have a site starting point that a learner can install which will update the configuration of a fresh Drupal 10 site to match what was was built in the Drupal User Guide, chapters 4-9.

I'm thinking this could be done as default configuration for a module called something like anytown_starting\point_ (open to suggestions here).

To do this, I will install the latest version of Drupal, go through the User Guide chapters 4-9, export the configuration, and put the configuration in the anytown_starting\point/config/install_ directory.

agentolivia commented 1 year ago

@eojthebrave What do you think of this plan?

eojthebrave commented 1 year ago

I think that could work. You'll also probably need a matching composer.json file with the modules and themes that get installed in the user guide.