Skip to content
Snippets Groups Projects
Commit dd120a97 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2916369: Removed the description for the published field in add/edit content

parent 57ad803d
No related branches found
No related tags found
No related merge requests found
langcode: en
status: true
dependencies:
config:
- node.type.landing_page
id: node.landing_page.status
field_name: status
entity_type: node
bundle: landing_page
label: 'Published?'
description: 'If checked, this content will be published. Keep unchecked to save it unpublished as draft.'
required: false
translatable: false
default_value:
-
value: 1
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
langcode: en
status: true
dependencies:
config:
- node.type.page
id: node.page.status
field_name: status
entity_type: node
bundle: page
label: 'Published?'
description: 'If checked, this content will be published. Keep unchecked to save it unpublished as draft.'
required: false
translatable: false
default_value:
-
value: 1
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
......@@ -14888,8 +14888,6 @@ msgid "The time that the node was created."
msgstr ""
msgid "Computed menu link for the node (only available during node saving)."
msgstr ""
msgid "A boolean indicating whether the node is published."
msgstr ""
msgid "The username of the content author."
msgstr "اسم المستخدم لمؤلف المحتوى."
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment