We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d33dd46 + 3478fed commit 95571e1Copy full SHA for 95571e1
1 file changed
doc/installation.md
@@ -71,6 +71,15 @@ return [
71
];
72
```
73
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
83
Finish the installation by updating the database schema and installing assets:
84
85
$ bin/console doctrine:migrations:diff
0 commit comments