mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-03 16:09:36 +00:00
Initial commit
This commit is contained in:
commit
c5e731d8ae
2773 changed files with 600767 additions and 0 deletions
28
drupal10/web/profiles/README.txt
Normal file
28
drupal10/web/profiles/README.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Installation profiles define additional steps that run after the base
|
||||
installation of Drupal is completed. They may also offer additional
|
||||
functionality and change the behavior of the site.
|
||||
|
||||
WHAT TO PLACE IN THIS DIRECTORY?
|
||||
--------------------------------
|
||||
|
||||
Place downloaded and custom installation profiles in this directory.
|
||||
Note that installation profiles are generally provided as part of a Drupal
|
||||
distribution.
|
||||
|
||||
DOWNLOAD ADDITIONAL DISTRIBUTIONS
|
||||
---------------------------------
|
||||
|
||||
Contributed distributions from the Drupal community may be downloaded at
|
||||
https://www.drupal.org/project/project_distribution.
|
||||
|
||||
MULTISITE CONFIGURATION
|
||||
-----------------------
|
||||
|
||||
In multisite configurations, installation profiles found in this directory are
|
||||
available to all sites during their initial site installation.
|
||||
|
||||
MORE INFORMATION
|
||||
----------------
|
||||
|
||||
Refer to the "Installation profiles" section of the README.md in the Drupal
|
||||
root directory for further information on extending Drupal with custom profiles.
|
12
drupal10/web/profiles/tag1_profile/tag1_profile.info.yml
Normal file
12
drupal10/web/profiles/tag1_profile/tag1_profile.info.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: 'Tag1 profile'
|
||||
type: profile
|
||||
description: 'Custom installation profile for Drupal 7 to Drupal 10 migration'
|
||||
core_version_requirement: ^10
|
||||
install:
|
||||
- node
|
||||
- block
|
||||
- dblog
|
||||
- page_cache
|
||||
- dynamic_page_cache
|
||||
themes:
|
||||
- stark
|
Loading…
Add table
Add a link
Reference in a new issue