-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1064 from necyberteam/md-slist2
Simplelists discussion group email lists for Affinity groups md-slist2
- Loading branch information
Showing
14 changed files
with
191 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
web/sites/default/config/default/field.field.node.affinity_group.field_ext_email_list.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 143f7d20-edd1-4bac-a04c-54819842bae0 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_ext_email_list | ||
- node.type.affinity_group | ||
id: node.affinity_group.field_ext_email_list | ||
field_name: field_ext_email_list | ||
entity_type: node | ||
bundle: affinity_group | ||
label: 'Email Discussion List Address' | ||
description: 'Email address for this group, if enabled.' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
19 changes: 19 additions & 0 deletions
19
web/sites/default/config/default/field.field.node.affinity_group.field_group_slug.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
uuid: 9e4f90b6-8894-4b6f-b84f-f673bc1e8906 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_group_slug | ||
- node.type.affinity_group | ||
id: node.affinity_group.field_group_slug | ||
field_name: field_group_slug | ||
entity_type: node | ||
bundle: affinity_group | ||
label: Slug | ||
description: "Short name for this group that can be used for email list address, etc.\r\n" | ||
required: true | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string |
23 changes: 23 additions & 0 deletions
23
...sites/default/config/default/field.field.node.affinity_group.field_use_ext_email_list.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
uuid: 272aead9-cf82-49af-8007-df82f1ca367a | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.node.field_use_ext_email_list | ||
- node.type.affinity_group | ||
id: node.affinity_group.field_use_ext_email_list | ||
field_name: field_use_ext_email_list | ||
entity_type: node | ||
bundle: affinity_group | ||
label: 'Enable email discussion list' | ||
description: 'Check to enable a discussion email list. The email list will be created using the Slug for the address.' | ||
required: false | ||
translatable: false | ||
default_value: | ||
- | ||
value: 0 | ||
default_value_callback: '' | ||
settings: | ||
on_label: 'Yes' | ||
off_label: 'No' | ||
field_type: boolean |
25 changes: 25 additions & 0 deletions
25
web/sites/default/config/default/field.storage.node.field_ext_email_list.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: a20ca861-efbf-4663-9be8-989ce98f0036 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- field_permissions | ||
- node | ||
third_party_settings: | ||
field_permissions: | ||
permission_type: custom | ||
id: node.field_ext_email_list | ||
field_name: field_ext_email_list | ||
entity_type: node | ||
type: string | ||
settings: | ||
max_length: 60 | ||
case_sensitive: false | ||
is_ascii: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
25 changes: 25 additions & 0 deletions
25
web/sites/default/config/default/field.storage.node.field_group_slug.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
uuid: 099b1c91-fe05-4b5c-88a3-74041e14eac2 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- field_permissions | ||
- node | ||
third_party_settings: | ||
field_permissions: | ||
permission_type: public | ||
id: node.field_group_slug | ||
field_name: field_group_slug | ||
entity_type: node | ||
type: string | ||
settings: | ||
max_length: 60 | ||
case_sensitive: false | ||
is_ascii: false | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
22 changes: 22 additions & 0 deletions
22
web/sites/default/config/default/field.storage.node.field_use_ext_email_list.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
uuid: 94b2d2e9-3c19-4e5e-b877-226c1ffa4f5b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- field_permissions | ||
- node | ||
third_party_settings: | ||
field_permissions: | ||
permission_type: public | ||
id: node.field_use_ext_email_list | ||
field_name: field_use_ext_email_list | ||
entity_type: node | ||
type: boolean | ||
settings: { } | ||
module: core | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
uuid: 066a19d8-34af-40ad-a31a-477596a11cd5 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: simplelists | ||
label: simplelists | ||
description: 'SimpleLists email lists' | ||
key_type: authentication | ||
key_type_settings: { } | ||
key_provider: file | ||
key_provider_settings: | ||
file_location: 'private://.keys/simplelists.key' | ||
strip_line_breaks: true | ||
key_input: none | ||
key_input_settings: { } |