diff --git a/core/modules/book/config/node.type.book.yml b/core/modules/book/config/node.type.book.yml index fe4b939..1d81e71 100644 --- a/core/modules/book/config/node.type.book.yml +++ b/core/modules/book/config/node.type.book.yml @@ -1,9 +1,24 @@ type: book name: 'Book page' base: node_content +module: node +disabled: '0' +locked: '0' +custom: '1' description: 'Books have a built-in hierarchical navigation. Use for handbooks or tutorials.' +help: '' +modified: '1' +has_title: '1' +title_label: Title settings: node: - # Not promoted to front page. + preview: '1' options: - - status + status: status + # Not promoted to front page. + promote: '0' + sticky: '0' + revision: '0' + submitted: '1' +status: '1' +langcode: und diff --git a/core/modules/forum/config/node.type.forum.yml b/core/modules/forum/config/node.type.forum.yml index 605c7c2..9ba9665 100644 --- a/core/modules/forum/config/node.type.forum.yml +++ b/core/modules/forum/config/node.type.forum.yml @@ -3,13 +3,21 @@ name: 'Forum topic' base: forum module: forum locked: '1' +custom: '1' description: 'A forum topic starts a new discussion thread within a forum.' help: '' +modified: '1' has_title: '1' title_label: Subject settings: node: - # Not promoted to front page. + preview: '1' options: - - status + status: status + # Not promoted to front page. + promote: '0' + sticky: '0' + revision: '0' + submitted: '1' +status: '1' langcode: und diff --git a/core/profiles/standard/config/node.type.article.yml b/core/profiles/standard/config/node.type.article.yml index 36b80db..cc402be 100644 --- a/core/profiles/standard/config/node.type.article.yml +++ b/core/profiles/standard/config/node.type.article.yml @@ -1,8 +1,23 @@ type: article name: Article +base: node_content +module: node +disabled: '0' +locked: '0' +custom: '1' description: 'Use articles for time-sensitive content like news, press releases or blog posts.' help: '' +modified: '1' has_title: '1' title_label: Title -settings: { } +settings: + node: + preview: '1' + options: + status: status + promote: promote + sticky: '0' + revision: '0' + submitted: '1' +status: '1' langcode: und diff --git a/core/profiles/standard/config/node.type.page.yml b/core/profiles/standard/config/node.type.page.yml index 0a30efc..75faf50 100644 --- a/core/profiles/standard/config/node.type.page.yml +++ b/core/profiles/standard/config/node.type.page.yml @@ -1,14 +1,24 @@ type: page +uuid: 97bf0c58-1709-4c7b-8e07-7f0e89221521 name: 'Basic page' +base: node_content +module: node +disabled: '0' +locked: '0' +custom: '1' description: 'Use basic pages for your static content, such as an ''About us'' page.' help: '' +modified: '1' has_title: '1' title_label: Title settings: node: - # Not promoted to front page. + preview: '1' options: - - status - # Hide author/submission info. - submitted: FALSE + status: status + promote: '0' + sticky: '0' + revision: '0' + submitted: '0' +status: '1' langcode: und