Skip to content

Commit

Permalink
2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 5, 2024
1 parent fa7a0f4 commit 63d9ac1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Lagunita

2.5.6
--------------------------------------------------------------------------------
_Release Date: 2024-11-05_

- SUP: Send published year separate from published date.

2.5.5
--------------------------------------------------------------------------------
_Release Date: 2024-11-05_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ adding:
sup_award:
sup_award:
enabled: true
query_load_enabled: true
field_config:
media:
sup_protected_file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ adding:
dependencies:
config:
- field.storage.node.sup_book_pub_date_first
book_published_year:
label: 'Publication Year First'
datasource_id: 'entity:node'
property_path: sup_book_pub_date_first
type: integer
dependencies:
config:
- field.storage.node.sup_book_pub_date_first
book_series:
label: 'Sup Book Series » Taxonomy term » Name'
datasource_id: 'entity:node'
Expand Down Expand Up @@ -190,7 +198,6 @@ adding:
- book_subject
- book_subtitle
- book_type
read_only: true
removing:
field_settings:
photo:
Expand All @@ -199,4 +206,3 @@ removing:
summary:
configuration:
value: '[node:su_page_description|node:summary]'
read_only: false
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ process:
source: description
-
plugin: str_replace
search: /<(\/?)i>/
search: '/<(\/?)i>/'
replace: '<$1em>'
regex: true
sup_description/format: constants/minimal_html
Expand Down

0 comments on commit 63d9ac1

Please sign in to comment.