Skip to content

Commit 3b837a3

Browse files
committed
2 parents caf372c + 8b8239b commit 3b837a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,14 @@ def save(self, *args, **kwargs):
182182
# settings.py
183183
```
184184
**STREAMFIELD_STREAMBLOCKS_APP_PATH**
185+
185186
If your app `streamblocks` located not in project root directory, you need to reflect it in settings.py
186187
```python
187188
STREAMFIELD_STREAMBLOCKS_APP_PATH = 'yourapps.streamblocks'
188189
```
189190

190191
**STREAMFIELD_BLOCK_OPTIONS**
192+
191193
You may use `STREAMFIELD_BLOCK_OPTIONS` in settings.py to add some options to block.
192194

193195
For example:

0 commit comments

Comments
 (0)