Skip to content

Commit

Permalink
2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Oct 11, 2024
1 parent 8a32880 commit e40dcc8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Lagunita

2.5.2
--------------------------------------------------------------------------------
_Release Date: 2024-10-11_

- SUP: Include isbn 13 data in algolia
- SUL23-596: Provide ascending and descending event display options (#143)
- SUL23-637: Added sidenav layout option to news content type
- SUL23-643: Added help text to layout selection fields
- SUP: Fixed award importer
- SUL-637: Improve basic page node form
- SUL-636 SUL-637: Add "On This Page" layout option with related links fields
- SUP: Skip award import if year is empty

2.5.1
--------------------------------------------------------------------------------
_Release Date: 2024-10-02_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ third_party_settings:
- 'Stanford SimpleSAML PHP'
- Views
layout_library:
enable: false
enable: true
id: node.stanford_news.default
targetEntityType: node
bundle: stanford_news
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ adding:
config:
- node.type.sul_library
- node.type.sul_study_place
- taxonomy.vocabulary.stanford_publication_topics
- taxonomy.vocabulary.study_place_capacity
- taxonomy.vocabulary.sul_study_place_features
- taxonomy.vocabulary.sul_study_place_type
module:
- build_hooks
permissions:
- 'access site in maintenance mode'
- 'choose layout for node stanford_news'
- 'choose layout for node sul_library'
- 'create sul_library content'
- 'create sul_study_place content'
Expand Down Expand Up @@ -52,6 +52,8 @@ adding:
- 'view sul_study_place revisions'
removing:
dependencies:
config:
- taxonomy.vocabulary.stanford_publication_topics
module:
- editoria11y
- pathauto
Expand Down

0 comments on commit e40dcc8

Please sign in to comment.