Skip to content

Commit

Permalink
TMS-980: Add redipress_include_search to components
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jan 22, 2024
1 parent eb80b33 commit e3160b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-980: Add redipress_include_search to include component contents in search results

## [1.2.0] - 2023-11-21

- TMS-974: Recurring event layout changes
Expand Down
5 changes: 4 additions & 1 deletion assets/styles/theme-milavida.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ $pill-border-color-hover: $primary;
$pill-outlined-color: $black;

$pagination-item-color: $color-milavida-black;
$pagination-item-color-current: $color-white;
$pagination-item-color-current: $color-milavida-black;
$pagination-item-background-color-current: $color-milavida-grey;
$pagination-item-background-color-current-hover: $color-white;
$pagination-item-background-color-current-focus: $color-white;
$pagination-item-background-color: $color-white;
$pagination-item-background-color-hover: $pagination-item-background-color;
$pagination-item-background-color-focus: $pagination-item-background-color;
Expand Down
1 change: 1 addition & 0 deletions lib/ACF/AlterContentColumnsFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function alter_fields( array $fields, string $key ) : array {
->set_wrapper_width( 55 )
->set_tabs( 'visual' )
->set_toolbar( [ 'bold', 'link' ] )
->redipress_include_search()
->disable_media_upload();

// Add link field
Expand Down

0 comments on commit e3160b5

Please sign in to comment.