Skip to content

Commit 374d5f5

Browse files
neardarkmarkhalliwell
neardark
authored andcommitted
Issue #2821932 by neardark: Issues in subtheme documentation
1 parent 744aaa9 commit 374d5f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Sub-Theming.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ Once you've selected one of the above starterkits, here's how to install it:
3535
directory inside it. For example, the primary file Drupal uses to determine
3636
if a theme exists is: `./THEMENAME/THEMENAME.info.yml`.
3737
3. Rename `./THEMENAME/THEMENAME.starterkit.yml` to match
38-
`./THEMENAME/THEMENAME.info.yml`.
38+
`./THEMENAME/THEMENAME.info.yml`. Also, rename `./THEMENAME/THEMENAME.libraries.yml`
39+
and `./THEMENAME/THEMENAME.theme` as well.
3940
4. Open `./THEMENAME/THEMENAME.info.yml` and change the name, description and any
4041
other properties to suite your needs. Make sure to rename the library name as
41-
well: `- THEMENAME/globalstyling`.
42+
well: `- THEMENAME/global-styling`.
4243
5. Rename the sub-theme configuration files, located at:
4344
`./THEMENAME/config/install/THEMENAME.settings.yml` and
4445
`./THEMENAME/config/schema/THEMENAME.schema.yml`.

0 commit comments

Comments
 (0)