Skip to content

Commit

Permalink
feat: Add tip to README about naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
owenconti committed Mar 12, 2021
1 parent 210f12e commit 2adbd93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ sets:
- import: gist_block
```

The `gist_content` name for the fieldset is **very** important. The add-on references this key so you cannot change it.
### Naming

There are two **very important** naming conventions you have to follow:

- The `gist_content` name for the fieldset is **very** important. The add-on references this key so you cannot change it.
- Your bard block has to be named `content` for the add-on to save to your GitHub Gists. Otherwise, you will be just creating code blocks on your Statamic site.

### Use the partial in your templates

Expand Down

0 comments on commit 2adbd93

Please sign in to comment.