Skip to content

Commit

Permalink
DOCS: Better comments for settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Apr 24, 2024
1 parent 76c6725 commit 15eda25
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Configuration/Settings.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Sitegeist:
ZombieHunt:

# hidden content turns to a zombie after this period
# hidden nodes turn into zombies after this period
zombificationPeriod: 31536000

# zombie contents have to be destructed after this period
# zombie-nodes start are due to destruction after this period
destructionPeriod: 31536000

# the label for a zombie node
# the label for zombie-nodes
zombieLabel: '🧟'

# label for a zombieNode that is due to destruction
# label for zombie-nodes that are due to destruction
zombieToDestroyLabel: 'πŸ”₯🧟πŸ”₯'

Neos:
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ a year will turn to zombie content and are due to destruction after another year

```yaml
Sitegeist:
ZombieHunt:
# hidden contents turn to zombie-content after this period
zombificationPeriod: 31536000

# zombie-contents have to be destructed after this period
destructionPeriod: 31536000

# the label for zombie nodes
zombieLabel: '🧟 '

# label for zombieNodes that are due to destruction
zombieToDestroyLabel: 'πŸ”₯🧟πŸ”₯ '
ZombieHunt:
# hidden nodes turn into zombies after this period
zombificationPeriod: 31536000
# zombie-nodes start are due to destruction after this period
destructionPeriod: 31536000
# the label for zombie-nodes
zombieLabel: '🧟'
# label for zombie-nodes that are due to destruction
zombieToDestroyLabel: 'πŸ”₯🧟πŸ”₯'
```
## Neos Backend
Expand Down

0 comments on commit 15eda25

Please sign in to comment.