We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33dd46 commit 3478fedCopy full SHA for 3478fed
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