I was working on my session slides for DrupalCon Vienna, which is about how to build a site template. And I realized a few things:
To me, that means we need to have tooling in Drupal CMS that can help and accelerate site builders -- the people who will make site templates.
When you export config from Drush, you can put it in a specific directory. We should add a hook in Drupal CMS's helper module so that, if you export all config into a recipe's config directory, the following things happen automatically:
_core
and uuid
keys are scrubbed from the config.core.extension
config is removed, and transferred into the recipe's install
list and composer.json requirements.We should also provide a drush generate
command which can create a boilerplate recipe.
This will be good because it means we can definitively tell people that this is, for now, the quickest way to build a site template:
drush generate
) and export config into it.That's the whole thing, apart from the look-and-feel part, which is covered by Canvas and/or a bespoke theme.
Active
Site Templates
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.