We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921ccc commit 78f99b8Copy full SHA for 78f99b8
README.md
@@ -31,6 +31,18 @@ This componenet automaticaly generates sitemap from annotated presenter actions.
31
services:
32
- Nepttune\Component\ISitemapFactory
33
```
34
+You can optionaly provide configuration array and enable hreflang links to be included for each entry (Requires translator in presenter).
35
+```
36
+parameters:
37
+ sitemap:
38
+ hreflang: true
39
+
40
+services:
41
+ sitemapFactory:
42
+ implement: Nepttune\Component\ISitemapFactory
43
+ arguments:
44
+ - '%sitemap%'
45
46
47
### Example presenter
48
0 commit comments