-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated info.yml * wip * updated layout builder restrictions * updated diff * updated responsive table filters * updated drupal core * remove duplicate dependencies and get them via stanford_profile * Downgrade colorbox * Locked subrequests * locked field_group * trying a different version of drupal-patches * locked versions * oembed lazyload * Update engineering_magazine.module (#120) Removed pathauto alter so that regular pathauto pattern applies * SOEOPSFY24-125: changed URL pattern (#119) * enable js_cookie * updating configa * SOEOPS24-114: Fix printable links * stashing some changes * remove version restrictions with new patches in place * locked stanford_caravan to drupal 10.3.1 * fixup * fix test * drush 13.x breaks tests * conflict drush <=13 * fixup event subscriber * fixup * fixup typo * correct version * Updated tests * switch branch on stanford-caravan * updated magazine pathauto patterns, fixed menu, updated styles and navigation block * lock redirect version * Fixup magazine nav test * typo * fixup test * update news page title and some tests * lock autoentitylabel * SOEOPSFY24-6: Removed role=presentation from image cta paragraphs * update redirect * Finished mobile news submenu, added submenu to news collections, fixed soeopsfy24-151 * SOEOPSFY24: Centered hero card text * SOEOPSFY24-96: reduced spacing for list on Media Mentions page * swapped icons for mobile subnav * fixup tests * SOEOPSFY24-156: Styling fixup for news subnave * SOEOPSFY24-157, 156, 149: style fixes for news subnav * fixup styles * Turned on media coverage link * reverted media coverage link --------- Co-authored-by: Dena DeBry <[email protected]>
- Loading branch information
1 parent
39183ff
commit ded44e5
Showing
119 changed files
with
6,252 additions
and
808 deletions.
There are no files selected for viewing
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
46 changes: 46 additions & 0 deletions
46
config/sync/core.entity_form_display.taxonomy_term.magazine_topics.default.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,46 @@ | ||
uuid: 33d117ed-32ca-4fa4-85cf-792b3a38cb82 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- taxonomy.vocabulary.magazine_topics | ||
module: | ||
- path | ||
- text | ||
id: taxonomy_term.magazine_topics.default | ||
targetEntityType: taxonomy_term | ||
bundle: magazine_topics | ||
mode: default | ||
content: | ||
description: | ||
type: text_textfield | ||
weight: 0 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
name: | ||
type: string_textfield | ||
weight: -5 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
path: | ||
type: path | ||
weight: 30 | ||
region: content | ||
settings: { } | ||
third_party_settings: { } | ||
status: | ||
type: boolean_checkbox | ||
weight: 100 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
hidden: | ||
publish_on: true | ||
unpublish_on: true |
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
Oops, something went wrong.