Skip to content

Commit bb4bea2

Browse files
authored
fix the reference
1 parent c5d29eb commit bb4bea2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/classic-ui/theming/from-scratch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ prefix = /++theme++plonetheme.munich
6666
doctype = <!DOCTYPE html>
6767
```
6868

69+
(classic-ui-from-scratch-bundle-registration-label)
70+
6971
### Bundle registration
7072

7173
```xml
@@ -199,7 +201,7 @@ Run the compilation:
199201
yarn run css-compile-main
200202
```
201203

202-
Finally, register the [CSS as a bundle](#bundle-registration).
204+
Finally, register the bundle: {ref}`classic-ui-from-scratch-bundle-registration-label`.
203205

204206
With this, you will save yourself quite some work on styling the toolbar, the add/edit forms and controlpanels,
205207
while keeping the rest of your theming on your own.

0 commit comments

Comments
 (0)