Skip to content

Commit 1dfa858

Browse files
Updated readme
2 parents f347d51 + 319dd19 commit 1dfa858

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ You can install this addon via Composer:
2525
composer require justbetter/statamic-structured-data
2626
```
2727

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+
2839
## Usage
2940

3041
### 1. Creating Structured Data Templates

0 commit comments

Comments
 (0)