Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/multisite/site_factory/site_factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@ ibexa:
'@Ibexa\SiteFactory\SiteAccessMatcher': ~
```

`ibexadesign` defines templates for your sites, so add them before continuing.
Next, add the configuration for `ibexadesign` on the same level as `ibexa`:
Next, add the [design engine](design_engine.md) configuration for new specific designs and their theme lists:

``` yaml
ibexa_design_engine:
design_list:
example_1: [example_1_template]
example_2: [example_2_template]
example_1: [example_1_theme]
example_2: [example_2_theme]
```

Finally, configure designs for empty SiteAccess groups:
Expand All @@ -90,11 +89,11 @@ ibexa_site_factory:
templates:
site1:
siteaccess_group: example_site_factory_group_1
name: example_site_1
name: Example site 1
thumbnail: /path/to/image/example-thumbnail_1.png
site2:
siteaccess_group: example_site_factory_group_2
name: example_site_2
name: Example site 2
thumbnail: /path/to/image/example-thumbnail_2.png
```

Expand Down