Skip to content
Snippets Groups Projects

Fix illogical exclude

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -121,7 +121,7 @@ tags:
- { name: entity_preprocess_service, priority: 100 }
properties:
applies_to:
- { entity_type: 'node', view_mode: 'full', bundle: 'page'}
- { entity_type: 'node', view_mode: 'full'}
excludes:
- { entity_type: 'node', bundle: 'news'}
```
Loading