Skip to content

Commit

Permalink
Merge pull request #80 from neos/task/adjust-doctools-configuration
Browse files Browse the repository at this point in the history
TASK: Adjust Neos.DocTools setttings
  • Loading branch information
kdambekalns committed Sep 2, 2022
2 parents eb9d8ff + fa088a9 commit b9030f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Neos:
collections:
FusionForm:
references:
- 'FusionForm:Helpers'
'FusionForm:Helpers': true
references:
'FusionForm:Helpers':
title: 'Fusion Form Helper Reference'
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"test:functional": ["vendor/bin/phpunit Tests/Functional"],
"test:stan": ["vendor/bin/phpstan analyse -l 8 Classes"],
"test": ["composer install", "composer test:functional", "composer test:stan"]
},
"config": {
"allow-plugins": {
"neos/composer-plugin": true
}
}
}

0 comments on commit b9030f6

Please sign in to comment.