Skip to content

Commit

Permalink
LOYALIST-62 Integrate Allowed formats+simplify Record textarea field …
Browse files Browse the repository at this point in the history
…display
  • Loading branch information
jtmcd75 committed Aug 12, 2024
1 parent a46db10 commit 670cb2b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
1 change: 1 addition & 0 deletions build/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"require": {
"drupal/addtoany": "^2",
"drupal/admin_toolbar": "^3",
"drupal/allowed_formats": "^3",
"drupal/admin_toolbar_mediteran": "^1",
"drupal/better_exposed_filters": "^6",
"drupal/blog": "^3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- field.field.node.loyalist_record.field_volume_info
- node.type.loyalist_record
module:
- allowed_formats
- field_group
- file
- path
Expand Down Expand Up @@ -80,7 +81,10 @@ content:
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
created:
type: datetime_timestamp
weight: 18
Expand All @@ -102,15 +106,21 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_background_information:
type: text_textarea
weight: 6
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_call_number:
type: string_textfield
weight: 1
Expand Down Expand Up @@ -140,7 +150,10 @@ content:
settings:
rows: 4
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_gauge:
type: string_textfield
weight: 9
Expand Down Expand Up @@ -172,7 +185,10 @@ content:
settings:
rows: 3
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_number_of_sources:
type: string_textfield
weight: 5
Expand All @@ -188,23 +204,32 @@ content:
settings:
rows: 1
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_other_numbers:
type: text_textarea
weight: 14
region: content
settings:
rows: 1
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_other_with:
type: text_textarea
weight: 13
region: content
settings:
rows: 1
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_record_info:
type: string_textfield
weight: 7
Expand All @@ -226,7 +251,10 @@ content:
settings:
rows: 1
placeholder: ''
third_party_settings: { }
third_party_settings:
allowed_formats:
hide_help: '1'
hide_guidelines: '1'
field_volume_info:
type: string_textfield
weight: 8
Expand Down
1 change: 1 addition & 0 deletions configuration/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ _core:
module:
admin_toolbar: 0
admin_toolbar_tools: 0
allowed_formats: 0
big_pipe: 0
block: 0
blog: 0
Expand Down

0 comments on commit 670cb2b

Please sign in to comment.