Add missing config
Add the page node type. Prevents UnmetDependenciesException due to the pages node type being a dependency of the view.
This commit is contained in:
parent
7c611e4a8a
commit
dfda72bcd7
12
config/install/node.type.page.yml
Normal file
12
config/install/node.type.page.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
_core:
|
||||
default_config_hash: KuyA4NHPXcmKAjRtwa0vQc2ZcyrUJy6IlS2TAyMNRbc
|
||||
name: 'Basic page'
|
||||
type: page
|
||||
description: 'Use <em>basic pages</em> for your static content, such as an ''About us'' page.'
|
||||
help: ''
|
||||
new_revision: true
|
||||
preview_mode: 1
|
||||
display_submitted: false
|
Loading…
Reference in a new issue