Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

#508 Fix description in the module openy_node_alert #528

Merged
merged 5 commits into from Jun 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -10,7 +10,7 @@ field_name: field_alert_color
entity_type: node
bundle: alert
label: 'Background color'
description: ''
description: 'Reference field for choosing the term from "Color" vocabulary.'
required: true
translatable: false
default_value: { }
Expand Down
Expand Up @@ -11,7 +11,7 @@ field_name: field_alert_description
entity_type: node
bundle: alert
label: Description
description: ''
description: 'Textarea for the description/body with WYSIWYG, without summary.'
required: true
translatable: false
default_value: { }
Expand Down
Expand Up @@ -11,7 +11,7 @@ field_name: field_alert_link
entity_type: node
bundle: alert
label: Link
description: ''
description: 'Internal or external link.'
required: false
translatable: false
default_value: { }
Expand Down
Expand Up @@ -11,7 +11,7 @@ field_name: field_alert_place
entity_type: node
bundle: alert
label: Placement
description: ''
description: 'Select list field (singular) for choosing place: Header, Footer'
required: true
translatable: false
default_value: { }
Expand Down
Expand Up @@ -10,7 +10,7 @@ field_name: field_alert_text_color
entity_type: node
bundle: alert
label: 'Text color'
description: ''
description: 'Reference field for choosing the term from "Color" vocabulary.'
required: true
translatable: false
default_value: { }
Expand Down