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.
2 parents f347d51 + 319dd19 commit 1dfa858Copy full SHA for 1dfa858
README.md
@@ -25,6 +25,17 @@ You can install this addon via Composer:
25
composer require justbetter/statamic-structured-data
26
```
27
28
+## Configuration
29
+
30
+Make sure to publish the config by running:
31
32
+```bash
33
+php artisan vendor:publish --tag=justbetter-structured-data
34
+```
35
36
+You can now find the config file at `config/justbetter/structured-data.php`.
37
+After publishing the config, you can set the collections and taxonomies that should have structured data templates.
38
39
## Usage
40
41
### 1. Creating Structured Data Templates
0 commit comments