We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d772a commit a97b885Copy full SHA for a97b885
NodeTypes/Mixin/Ignore.yaml
@@ -0,0 +1,2 @@
1
+'Garagist.ImageDirectory:Mixin.Ignore':
2
+ abstract: true
Resources/Private/Fusion/Helper/RawList.fusion
@@ -12,5 +12,5 @@ prototype(Garagist.ImageDirectory:Helper.RawList) {
12
mediaTypes = 'image/*,video/*'
13
14
# Comma seperated list
15
- filter = 'Neos.Neos:Document'
+ filter = 'Neos.Neos:Document,!Garagist.ImageDirectory:Mixin.Ignore'
16
}
0 commit comments