Skip to content

Commit

Permalink
Merge pull request #23 from devgeniem/TMS-980
Browse files Browse the repository at this point in the history
TMS-980: Add redipress_include_search to components
  • Loading branch information
eebbi authored Jan 31, 2024
2 parents eb80b33 + 7cd85bc commit 9da4301
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.1] - 2024-02-01

- 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
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Theme Name: TMS Theme Milavida
* Description: Tampere Multisite Milavida Theme
* Version: 1.2,9
* Version: 1.2.1
* Author: Geniem
* Author URI: https://geniem.fi
* Template: tms-theme-base
Expand Down

0 comments on commit 9da4301

Please sign in to comment.