Skip to content

Commit 6b12196

Browse files
committed
Issue #3568049 by smulvih2: body field is hidden in the node form for basic page
1 parent 9291b43 commit 6b12196

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

modules/custom/wxt_core/config/optional/field.storage.node.field_meta_tags.yml renamed to modules/custom/wxt_core/config/install/field.storage.node.field_meta_tags.yml

File renamed without changes.

modules/custom/wxt_core/wxt_core.info.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626
- 'linkit:linkit'
2727
- 'menu_block:menu_block'
2828
- 'menu_breadcrumb:menu_breadcrumb'
29+
- 'metatag:metatag'
2930
- 'pathauto:pathauto'
3031
- 'token:token'
3132
- 'token_filter:token_filter'

modules/custom/wxt_ext/wxt_ext_landing_page/wxt_ext_landing_page.info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ core_version_requirement: '>11'
55
package: WxT
66
dependencies:
77
- 'drupal:node'
8+
- 'drupal:node_storage_body_field'
89
- 'drupal:text'
910
- 'content_moderation:content_moderation'
1011
- 'config_rewrite:config_rewrite'
12+
- 'wxt_core:wxt_core'
1113
- 'wxt_ext_layout:wxt_ext_layout'
1214
- 'wxt_ext_metatag:wxt_ext_metatag'
1315
- 'wxt_translation:wxt_translation'

modules/custom/wxt_ext/wxt_ext_page/wxt_ext_page.info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ dependencies:
77
- 'config_rewrite:config_rewrite'
88
- 'content_moderation:content_moderation'
99
- 'drupal:node'
10+
- 'drupal:node_storage_body_field'
1011
- 'field_group:field_group'
1112
- 'layout_builder_st:layout_builder_st'
1213
- 'wxt_core:wxt_core'
1314
- 'wxt_translation:wxt_translation'
1415
- 'wxt_ext_layout:wxt_ext_layout'
16+
- 'wxt_ext_taxonomy:wxt_ext_taxonomy'
1517
version: 6.3.x

0 commit comments

Comments
 (0)