Skip to content

Commit

Permalink
Merge pull request #58 from seth-shaw-unlv/issue-1977
Browse files Browse the repository at this point in the history
change abstract from string to text
  • Loading branch information
rosiel authored Mar 17, 2022
2 parents b1d6d0d + 246d296 commit b00bff1
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ content:
rows: 5
placeholder: ''
third_party_settings: { }
type: string_textarea
type: text_textarea
region: content
field_alt_title:
weight: 9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ content:
region: content
settings: { }
third_party_settings: { }
field_abstract:
weight: 19
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_classification:
type: string
weight: 28
Expand Down Expand Up @@ -327,7 +334,6 @@ hidden:
display_media_entity_view_1: true
display_media_service_file: true
display_media_thumbnail: true
field_abstract: true
field_alt_title: true
field_copyright_date: true
field_date_captured: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ content:
label: above
settings: { }
third_party_settings: { }
type: basic_string
type: text_default
region: content
field_alt_title:
weight: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ content:
region: content
settings: { }
third_party_settings: { }
field_abstract:
weight: 19
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_classification:
type: string
weight: 28
Expand Down Expand Up @@ -330,7 +337,6 @@ hidden:
display_media_entity_view_2: true
display_media_service_file: true
display_media_thumbnail: true
field_abstract: true
field_alt_title: true
field_copyright_date: true
field_date_captured: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ targetEntityType: node
bundle: islandora_object
mode: pdfjs
content:
field_abstract:
weight: 19
label: above
settings: { }
third_party_settings: { }
type: text_default
region: content
field_classification:
type: string
weight: 28
Expand Down Expand Up @@ -323,7 +330,6 @@ hidden:
display_media_entity_view_2: true
display_media_service_file: true
display_media_thumbnail: true
field_abstract: true
field_alt_title: true
field_copyright_date: true
field_date_captured: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ translatable: true
default_value: { }
default_value_callback: ''
settings: { }
field_type: string_long
field_type: text_long
6 changes: 1 addition & 5 deletions config/install/field.storage.node.field_abstract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ langcode: en
status: true
dependencies:
module:
- field_permissions
- node
third_party_settings:
field_permissions:
permission_type: public
id: node.field_abstract
field_name: field_abstract
entity_type: node
type: string_long
type: text_long
settings:
case_sensitive: false
module: core
Expand Down

0 comments on commit b00bff1

Please sign in to comment.