Skip to content

Commit 95571e1

Browse files
authored
Merge pull request #362 from BartoszWojdalowicz/patch-2
sitemap installation
2 parents d33dd46 + 3478fed commit 95571e1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ return [
7171
];
7272
```
7373

74+
you will probably need to change the extension of the imported file in
75+
76+
```yaml
77+
# config/packages/sitemap_plugin.yaml
78+
79+
imports:
80+
- { resource: "@SitemapPlugin/Resources/config/config.yaml" }
81+
```
82+
7483
Finish the installation by updating the database schema and installing assets:
7584
```
7685
$ bin/console doctrine:migrations:diff

0 commit comments

Comments
 (0)