Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

[GitHub#634] Close access to view Taxonomy term pages. #669

Merged
merged 1 commit into from Jul 26, 2017
Merged

[GitHub#634] Close access to view Taxonomy term pages. #669

merged 1 commit into from Jul 26, 2017

Conversation

ivan-berezhnov
Copy link
Contributor

@ivan-berezhnov ivan-berezhnov commented Jul 9, 2017

Make sure these boxes are checked before asking for review of your pull request - thank you!

General checks

  • All coding styles are fulfilled and there are no any issues reported by CodeSniffer CI.
    CI code sniffer errors
  • All tests are running and there are no failed tests reported by CI.
    Behat test results
  • Documentation has been updated according to PR changes.
  • Steps for review have been provided according to PR changes.
    Steps for review
  • Make sure you've provided all necessary hook_update_N to support upgrade path.
  • Make sure your git email is associated with account on drupal.org, otherwise you won't get commits there.
    drupal.org email
  • If you would like to get credits on drupal.org, check documentation.

Thank you for your contribution!

Jira issue:

https://propeople-us.atlassian.net/browse/OYPD-525
GitHub: #634
Drupal.org issue: https://www.drupal.org/node/2893419

Steps to review:

  • login as admin
  • go to taxonomy page [sitename]/admin/structure/taxonomy
  • click on List for Color, Facility Type, Media Tags
  • for each above vocabularies open one - two terms
  • verify access close for those pages for all roles exclude SuperAdmin

@ivan-berezhnov ivan-berezhnov self-assigned this Jul 10, 2017
@ivan-berezhnov ivan-berezhnov added PR: Needs Review Needs someone review ( code ) PR: Needs Testing Manual testing is needed labels Jul 10, 2017
@ivan-berezhnov ivan-berezhnov added this to the Version 1.4 milestone Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 10, 2017
@ivan-berezhnov ivan-berezhnov changed the title [GitHub#654] Close access to view Taxonomy term pages. [GitHub#634] Close access to view Taxonomy term pages. Jul 10, 2017
@david-hernandez
Copy link
Contributor

Is this to block access to al taxonomy term pages or just these chosen ones?

For code review, doing this in a preprocess function is not the right solution. You do not want to do access control in a theme. This should be done by altering the route. Look at this as an example, https://www.drupal.org/docs/8/api/routing-system/altering-existing-routes-and-adding-new-routes-based-on-dynamic-ones . And I think put it in the openy_taxonomy module. I don't see a better place for it.

Alternatively, if it is just these chosen vocabularies we do not want to display, a simple solution might be to just alter the View. (/admin/structure/views/view/taxonomy_term) On the contextual filter for the taxonomy term ID, you can chose which vocabularies are allowed in the validation. If that works, this would be a better solution than using custom code. You will need to add an update hook, to update the configuration.

@david-hernandez david-hernandez added PR: Needs Work Unfinished task. Issues still there and removed PR: Needs Review Needs someone review ( code ) PR: Needs Testing Manual testing is needed labels Jul 10, 2017
@david-hernandez
Copy link
Contributor

Here is where you can change that setting.

screen shot 2017-07-10 at 12 09 52 pm

@ivan-berezhnov ivan-berezhnov added PR: Needs Review Needs someone review ( code ) PR: Needs Testing Manual testing is needed and removed PR: Needs Work Unfinished task. Issues still there labels Jul 10, 2017
@AlexNetman
Copy link
Contributor

AlexNetman commented Jul 11, 2017

That's not good as is. See issues here: #634
And we will find out more details on the issue.

May be we should just custom permission closing access to those links for anonymous. So that it can be configured at permissions page on project level.

@AlexNetman AlexNetman added PR: Needs Work Unfinished task. Issues still there and removed PR: Needs Testing Manual testing is needed labels Jul 11, 2017
@ymcatwincities ymcatwincities deleted a comment from AlexNetman Jul 12, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 12, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 12, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ivan-berezhnov
Copy link
Contributor Author

@Sanchiz I did as you said >> #669 (comment)

@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 25, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 26, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 26, 2017
@ymcatwincities ymcatwincities deleted a comment from gundevel Jul 26, 2017
@Sanchiz Sanchiz added PR: Code Reviewed Code reviewed. Ready for QA and removed PR: Needs Review Needs someone review ( code ) labels Jul 26, 2017
@gundevel
Copy link
Collaborator

Build comment file:

===============

Environment Link
Fresh OpenY installation http://ci.openymca.org/build1943
Upgraded(upgrade path) installation http://upgrade.openy-dev.ffwua.com/build1943
Installation process http://install.openy-dev.ffwua.com/build1943/install.php

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
http://ci.openymca.org:8080/job/PR_BUILDER/1943/

@gundevel
Copy link
Collaborator

Decoupling report http://ci.openymca.org/build1943

@gundevel
Copy link
Collaborator

Acessibility Sniffer: front page checking WCAG2AA http://ci.openymca.org/build1943/frontWCAG2AAhtmlcs.txt
Acessibility Sniffer: join page checking WCAG2AA http://ci.openymca.org/build1943/joinWCAG2AAhtmlcs.txt
Acessibility Sniffer: locations page checking WCAG2AA http://ci.openymca.org/build1943/locationsWCAG2AAhtmlcs.txt
Acessibility Sniffer: schedules page checking WCAG2AA http://ci.openymca.org/build1943/schedulesWCAG2AAhtmlcs.txt
Acessibility Sniffer: blog page checking WCAG2AA http://ci.openymca.org/build1943/blogWCAG2AAhtmlcs.txt

@gundevel
Copy link
Collaborator

@Sanchiz Sanchiz merged commit 8076de4 into ymcatwincities:8.x-1.x Jul 26, 2017
@Sanchiz Sanchiz mentioned this pull request Jul 26, 2017
5 tasks
ddrozdik added a commit that referenced this pull request Jul 28, 2017
* Allowing hover underline for class teaser titles

* [YLI-328]: Fix the notices.

* Update colorbutton module. Remove patches. (#699)

* Update colorbutton module. Remove patches.

* Fix CSS seelector for Branch Hours block.

* Update panelbutton version. Fix colorbutton version.

* Change Pathauto pattern for Class CT; Update URL aliases for Class nodes. (#703)

* [YLI-244]: Change Pathauto pattern for Class CT; Update URL aliases for Class nodes.

* Change pathauto pattern for Class nodes.

* Change pattern in the docs.

* [OYPD-532] GroupExPro demo content. (#668)

* [OPYD-532] GroupExPro demo content.

* [OPYD-532] Resolve menu expanded properly.

* [OPYD-532] Pull request updates.

* [OPYD-532] Remove duplicate code for fixing broken paragraphs.

* [OYPD-534] Add GroupEx Pro paragraphs behat test. (#688)

* [OYPD-534] Add GroupEx Pro paragraphs behat test.

* [OYPD-534] Extend GroupEx Pro paragraph tests to include sandbox data display.

* [GitHub#634] Close access to Color, Media Tags, Facility terms. (#669)

[GitHub#634] Enable RH Taxonomy.

* [OYPD-555] Add Block configuration to Branch demo content Group Sched… (#720)

* [OYPD-555] Add Block configuration to Branch demo content Group Schedules paragraphs.

* [OYPD-555] Fix results not rendering in GroupexFormFull by default render.

* Update landing page on GitHub (#724)

* Update header of README.md

* Add technologies and re-order sections

* Remove technologies section

* Add files via upload

* Add files via upload

* Update README.md

* Fixed typo

* Remove features section

* Fix OpenY version
ddrozdik added a commit that referenced this pull request Aug 2, 2017
* Allowing hover underline for class teaser titles

* [YLI-328]: Fix the notices.

* Update colorbutton module. Remove patches. (#699)

* Update colorbutton module. Remove patches.

* Fix CSS seelector for Branch Hours block.

* Update panelbutton version. Fix colorbutton version.

* Change Pathauto pattern for Class CT; Update URL aliases for Class nodes. (#703)

* [YLI-244]: Change Pathauto pattern for Class CT; Update URL aliases for Class nodes.

* Change pathauto pattern for Class nodes.

* Change pattern in the docs.

* [OYPD-532] GroupExPro demo content. (#668)

* [OPYD-532] GroupExPro demo content.

* [OPYD-532] Resolve menu expanded properly.

* [OPYD-532] Pull request updates.

* [OPYD-532] Remove duplicate code for fixing broken paragraphs.

* [OYPD-534] Add GroupEx Pro paragraphs behat test. (#688)

* [OYPD-534] Add GroupEx Pro paragraphs behat test.

* [OYPD-534] Extend GroupEx Pro paragraph tests to include sandbox data display.

* [GitHub#634] Close access to Color, Media Tags, Facility terms. (#669)

[GitHub#634] Enable RH Taxonomy.

* [OYPD-555] Add Block configuration to Branch demo content Group Sched… (#720)

* [OYPD-555] Add Block configuration to Branch demo content Group Schedules paragraphs.

* [OYPD-555] Fix results not rendering in GroupexFormFull by default render.

* Update landing page on GitHub (#724)

* Update header of README.md

* Add technologies and re-order sections

* Remove technologies section

* Add files via upload

* Add files via upload

* Update README.md

* Fixed typo

* Remove features section

* Fix OpenY version

* [OYPD-545] Microsites menu backend (#704)

* [YGS-172] Creating template for header paragraph and styling

* [YGH-68] - fix gallery

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-156] Theme blog node teaser (#93)

* YGH-156: Styling Feature Stories

* YGH-156: Fix for image background

* [YGH-156] Fixed styles for gulp

* [YGH-156] Fixed display mode for blog teaser mode

* [YGH-156] Fixing feature update

* [YGH-156] Unify template for feature stories view

* Remove non needed scss

* Recreate all css

* Move and update blog feature

* Add view mode

* Paragraph

* Paragraph

* Paragraph

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix templates

* Fix output of the content

* Fix list dots

* Change media image, remove non needed data rendered

* Fix caching

* [YGH-210] Add Location Finder Element and Paragraph

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-221] Change style for 3 column paragraph title

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-72] Theme Testimonial creation form, some global improvements

* [YGH-211] Add style for paragraph

* [YGH-236] Rename and update branch node feature

* [YGH-240] Add working hours to branch and create membership teaser view mode

* [YGH-240] Add core.entity_view_mode.node.membership_teaser.yml

* [YGH-238] Add title to "Featured stories" paragraph (#119)

* [YGH-238] Add title field to Featured Stories paragraph

* [YGH-238] Add title to blog home migration

* [YGH-238] Add style for featured stories and latest news of blog home page

* [YGH-238] Add default value for featured stories title

* [YGH-240] Modify membership teaser view mode and field groups for paragraphs

* [YGH-256] Rename fields in branch and camp locations

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-256] Update field.field.node.branch.field_location_coordinates.yml

* [YGH-171] Limited Time offer paragraph theming

* [YGH-171] Limited Time offer paragraph theming

* [YGH-260] Add search_results view mode to branc and camp

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-260] Update names of renamed features in configs

* [YGH-262] Add amenities vocabulary and reference field to the branch

* [YGH-220] Final theming touch for frontend for homepage (#167)

* [YGH-220] Adjustments for menu link and footer migrations

* [YGH-220] Replace Log in to Sign in account menu

* [YGH-220] Hide homepage title

* [YGH-220] Add translation for menu item rename

* [YGH-270] Fix margin between location card and footer

* [YGH-282] implementing and theming of Search page

* [YGH-282] implementing and theming of Search page

* [YGH-63] Frontend for alerts

* [YGH-63] fix some theming for foote alerts

* [YGH-244] Enable swipe support for bootstrap carousel

* [YGH-266] styles for All Amenities paragraph

* [YGH-281] Adjust style for LTO paragraph

* [YGH-279] Update branch node with blackbaud

* [YGH-311] Make working hours field not mandatory for branch

* [YGH-313] Add All Amenities paragraph to Branch CT Entity Reference revisions fields as allowed

* [YGH-317] Theming improvement for Alerts

* [YGH-317] finalize theing for alerts

* [YGH-326] Add styles to admin tabs

* [YGH-294] fix Landing Pages layout

* [YGH-294] fix Landing Pages layout

* [YGH-337] Add flexible_content view mode to content types

* [YGH-337] Add entity view mode config to CTs

* [YGH-337] Add flexible content entity view mode config to openy_node

* [YGH-331] Update template and style for Limited time offer

* [YGH-341] Make all fields translatable in configs

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-330] Style pager according to style-guide (#232)

* [YGH-330] Add changed taxonomy view to taxonomy feature

* [YGH-330] Add styles to pager

* [YGH-330] Enable taxonomy feature

* [YGH-330] Update taxonomy feature

* [YGH-330] Import taxonomy feature

* [YGH-330] Import taxonomy view config

* [YGH-330] Adjust style for search page pager in css and global search view

* [YGH-290] Add template for small banner paragraph

* [YGH-290] Add small banner to content types header/footer

* [YGH-343] Fix style issues for Taxonomy term page (#240)

* [YGH-350] Add 2 column layout support for Landing Page CT

* [YGH-325] Add metatag field to content types

* [YGH-352] Theme small_banner from OpenY

* [YGH-325] Enable field meta in forms

* [YGH-308] Theming for Event Full Page

* [YGH-276] add Icon displaying logic and theming for 2,3 colums

* [YGH-276] add Icon displaying logic and theming for 4 colums

* [YGH-375] Add pathauto configs to features

* [YGH-276] small improvement in templates

* [YGH-363] update paragraph small banner color field settings and template to support gradient for the paragraph

* [YGH-82] Blog home, Blog Full page theming

* [YGH-363] code cleanup

* [YGH-363] fix a typo

* [YGH-363] improve banner color field UI

* [YGH-371] Add description and styles

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-403] Add panorama paragraph to CTs

* [YGH-395] Fix style for small banner header without image to use as node headline

* [YGH-402] Update style for blog home search form

* [YGH-216] Update style for See more stories button

* [YGH-216] Update style for Blog home See more stories button

* [YGH-216] Update style for See more stories button

* [YGH-84] Theme Branch CT

* [YGH-84] Add Add Paragraphs to the Branches nodes

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-216] Update style for button on blog and home pages

* [YGH-415] fix slider styles

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-397] Make blog theming

* [YGH-397] Make blog theming

* [YGH-407] update body field available paragraphs for branch CT

* [YGH-418] Add pathauto patterns for CTs and taxonomy

* [YGH-397] improve blog theming

* [YGH-397] improve blog theming

* [YGH-204]

* [YGH-380] Update template for Limited time offer banner

* [YGH-439] Make webform theming

* [YGH-409] Update filter arrow style on locations page

* [YGH-409] Hide select list extra arrow in IE11

* [YGH-449] Add top padding to blog node pager

* [YGH-461] Theming Membership 1st step

* [YGH-461] Theming Membership 1st step

* [YGH-310] Add cardinality to unlimited for working hours in branch.

* [YGH-310] Update style.

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-370] Fatal error when I add branch with unexpected phone number format.

* [YGH-463] Fix titles for card sections

* [YGH-452] Financial aid form styling improvementes

* [YGH-452] Financial aid form styling improvementes

* [YGH-477] stype tweaks for Story teaser on homepage

* [YGH-467] Footer style fixes

* [YGH-492] fix Prev/Next paragraph borders style on blog node page

* [YGH-471] Improve display for multiple hours

* [YGH-327] [YGH-465]
- Search issues: Not all content
- Search: Strip Html tags from results

* [YGH-488] remove ai icon allowed type for amenity taxonomy terms

* [YGH-506] Financial aid form: add bottom padding

* [YGH-471] update branch hours dropdown

* [YGH-507] Fix style of quotes for Mac and IE11

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-454] fix style for membership link

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-543] Update style for schedules first step

* [YGH-524] Program Registration Theming

* [YGH-515] Fix margins for testimonial adding page

* [YGH-102] Implement Paragraph Schedule Teaser for Branch CT

* [YGH-549] UPdate styles for testimonial page

* [YGH-549] Add top margin to testimonial form

* [YGH-553] Enable Group Schedules paragraph for Branches body and header

* [YGH-550] Add search_index view mode to all CTs

* [YGH-524] fixes

* [YGH-561] Fix theming on search page

* [YGH-566] Enable location events paragraph in branch body

* [YGH-566] Fixes

* [YGH-566] Create block and move location event paragraph feature

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add missed configuration

* [YGH-555] add missed configuration

* [YGH-555] move install hooks to features, update right location features

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-557] Add top margin for Dowmload PDF button on mobile

* [YGH-555] fix features versions

* [YGH-572] Fix ampersand render in paragraph simple block

* [YGH-556] Microsites menu theming

* [YGH-556] Microsites menu theming

* [YGH-590] fix theming for a timeline card

* [YGH-626] fix Complete Registration button appearence on mobile

* [YGH-634] increase font size for groupex schedule description

* [YGH-635] implement address_branch address formatter, a copy of address_plain but with no country

* [YGH-635] Use address_branch field formatter instead of address_plain at branch display modes

* Fix codensniffer errors

* [YGH-628] improve shcedules listing page for mobile

* [YGH-638] Fix the problem with small images

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Update styles of microsites menu after adding color fields

* [YGH-641] Update configs

* [YGH-641] Review fixes

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix flexbox on schedules page for safari on ios

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix card heights for ios

* [YGH-651] update embedded entity caption position and paddings

* [YGH-655] fix membership price card width on mobile

* [YGH-542] Add ability to search by class & instructor

* [YGH-659] Fix style for daxko login iframe

* [YGH-661][YGH-662][YGH-664] Groupex form minor fixes

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-679] fix iframe height and add margins

* [YGH-696] Rename Branch to Center in labels and descriptions.

* [YGH-696] rename branch to center in openy_node_branch

* [YGH-706] add hover-underline for links and buttons

* [YGH-722] Make field_location_coordinates mandalory and update description. For branch and camp CT

* Fix codesniffer errors

* [YGH-721] Make select field length same as input field on forms

* [YGH-739] Add field_prgf_ms_menu_hide_menu field to microsites menu paragraph

* [YGH-739] Theme updates

* [YGH-739] make field translatable

* Decouple openy_block_menu from YGH

* Merge openy_block_menu from YGH

* Decouple openy_node_branch from YGH

* Merge openy_node_branch from YGH

* Decouple openy_prgf_microsites_menu from YGH

* Merge openy_prgf_microsites_menu from YGH

* Decouple microsites.scss from YGH

* Decouple field-menu-block-links--menu-block from YGH

* Merge microsites.scss from YGH

* Merge field-menu-block-links--menu-block from YGH

* [OYPD-537] Copy Menu Block and Microsites menu Paragraph from YGH.

[OYPD-537] Fix field.

* Decouple paragraph--microsites-menu.html.twig from YGH

* Merge paragraph--microsites-menu.html.twig from YGH

* [OYPD-546] Fix style for links in microsite menu.

* [OYPD-545] Fix function add class for hide main menu.

* [OYPD-545] Add documentation about new paragraph and block.

* [GitHub#690] Use "Link text" as a title for "Directions" link on camps/branches. (#701)

* [GitHub#690] Update Branch and Camp templates for location page.

* [GitHub#690] Fix link

[GitHub#690] Fix templates.

[GitHub#690] Fix templates.

* [GitHub#690] Update template for facility teaser.

* [GitHub#690] Add variables to facility teaser.

* [GitHub#690] Fix facility full view template and hook updates: branch and camp.

* [OYPD-548] Microsites menu demo content. (#727)

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-156] Theme blog node teaser (#93)

* YGH-156: Styling Feature Stories

* YGH-156: Fix for image background

* [YGH-156] Fixed styles for gulp

* [YGH-156] Fixed display mode for blog teaser mode

* [YGH-156] Fixing feature update

* [YGH-156] Unify template for feature stories view

* Remove non needed scss

* Recreate all css

* Move and update blog feature

* Add view mode

* Paragraph

* Paragraph

* Paragraph

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix templates

* Fix output of the content

* Fix list dots

* Change media image, remove non needed data rendered

* Fix caching

* [YGH-210] Add Location Finder Element and Paragraph

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-221] Change style for 3 column paragraph title

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-72] Theme Testimonial creation form, some global improvements

* [YGH-211] Add style for paragraph

* [YGH-236] Rename and update branch node feature

* [YGH-240] Add working hours to branch and create membership teaser view mode

* [YGH-240] Add core.entity_view_mode.node.membership_teaser.yml

* [YGH-238] Add title to "Featured stories" paragraph (#119)

* [YGH-238] Add title field to Featured Stories paragraph

* [YGH-238] Add title to blog home migration

* [YGH-238] Add style for featured stories and latest news of blog home page

* [YGH-238] Add default value for featured stories title

* [YGH-240] Modify membership teaser view mode and field groups for paragraphs

* [YGH-256] Rename fields in branch and camp locations

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-256] Update field.field.node.branch.field_location_coordinates.yml

* [YGH-171] Limited Time offer paragraph theming

* [YGH-171] Limited Time offer paragraph theming

* [YGH-260] Add search_results view mode to branc and camp

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-260] Update names of renamed features in configs

* [YGH-262] Add amenities vocabulary and reference field to the branch

* [YGH-220] Final theming touch for frontend for homepage (#167)

* [YGH-220] Adjustments for menu link and footer migrations

* [YGH-220] Replace Log in to Sign in account menu

* [YGH-220] Hide homepage title

* [YGH-220] Add translation for menu item rename

* [YGH-270] Fix margin between location card and footer

* [YGH-282] implementing and theming of Search page

* [YGH-282] implementing and theming of Search page

* [YGH-63] Frontend for alerts

* [YGH-63] fix some theming for foote alerts

* [YGH-244] Enable swipe support for bootstrap carousel

* [YGH-266] styles for All Amenities paragraph

* [YGH-281] Adjust style for LTO paragraph

* [YGH-279] Update branch node with blackbaud

* [YGH-311] Make working hours field not mandatory for branch

* [YGH-313] Add All Amenities paragraph to Branch CT Entity Reference revisions fields as allowed

* [YGH-317] Theming improvement for Alerts

* [YGH-317] finalize theing for alerts

* [YGH-326] Add styles to admin tabs

* [YGH-294] fix Landing Pages layout

* [YGH-294] fix Landing Pages layout

* [YGH-337] Add flexible_content view mode to content types

* [YGH-337] Add entity view mode config to CTs

* [YGH-337] Add flexible content entity view mode config to openy_node

* [YGH-331] Update template and style for Limited time offer

* [YGH-341] Make all fields translatable in configs

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-330] Style pager according to style-guide (#232)

* [YGH-330] Add changed taxonomy view to taxonomy feature

* [YGH-330] Add styles to pager

* [YGH-330] Enable taxonomy feature

* [YGH-330] Update taxonomy feature

* [YGH-330] Import taxonomy feature

* [YGH-330] Import taxonomy view config

* [YGH-330] Adjust style for search page pager in css and global search view

* [YGH-290] Add template for small banner paragraph

* [YGH-290] Add small banner to content types header/footer

* [YGH-343] Fix style issues for Taxonomy term page (#240)

* [YGH-350] Add 2 column layout support for Landing Page CT

* [YGH-325] Add metatag field to content types

* [YGH-352] Theme small_banner from OpenY

* [YGH-325] Enable field meta in forms

* [YGH-308] Theming for Event Full Page

* [YGH-276] add Icon displaying logic and theming for 2,3 colums

* [YGH-276] add Icon displaying logic and theming for 4 colums

* [YGH-375] Add pathauto configs to features

* [YGH-276] small improvement in templates

* [YGH-363] update paragraph small banner color field settings and template to support gradient for the paragraph

* [YGH-82] Blog home, Blog Full page theming

* [YGH-363] code cleanup

* [YGH-363] fix a typo

* [YGH-363] improve banner color field UI

* [YGH-371] Add description and styles

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-403] Add panorama paragraph to CTs

* [YGH-395] Fix style for small banner header without image to use as node headline

* [YGH-402] Update style for blog home search form

* [YGH-216] Update style for See more stories button

* [YGH-216] Update style for Blog home See more stories button

* [YGH-216] Update style for See more stories button

* [YGH-84] Theme Branch CT

* [YGH-84] Add Add Paragraphs to the Branches nodes

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-216] Update style for button on blog and home pages

* [YGH-415] fix slider styles

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-397] Make blog theming

* [YGH-397] Make blog theming

* [YGH-407] update body field available paragraphs for branch CT

* [YGH-418] Add pathauto patterns for CTs and taxonomy

* [YGH-397] improve blog theming

* [YGH-397] improve blog theming

* [YGH-204]

* [YGH-380] Update template for Limited time offer banner

* [YGH-439] Make webform theming

* [YGH-409] Update filter arrow style on locations page

* [YGH-409] Hide select list extra arrow in IE11

* [YGH-449] Add top padding to blog node pager

* [YGH-461] Theming Membership 1st step

* [YGH-461] Theming Membership 1st step

* [YGH-310] Add cardinality to unlimited for working hours in branch.

* [YGH-310] Update style.

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-370] Fatal error when I add branch with unexpected phone number format.

* [YGH-463] Fix titles for card sections

* [YGH-452] Financial aid form styling improvementes

* [YGH-452] Financial aid form styling improvementes

* [YGH-477] stype tweaks for Story teaser on homepage

* [YGH-467] Footer style fixes

* [YGH-492] fix Prev/Next paragraph borders style on blog node page

* [YGH-471] Improve display for multiple hours

* [YGH-327] [YGH-465]
- Search issues: Not all content
- Search: Strip Html tags from results

* [YGH-488] remove ai icon allowed type for amenity taxonomy terms

* [YGH-506] Financial aid form: add bottom padding

* [YGH-471] update branch hours dropdown

* [YGH-507] Fix style of quotes for Mac and IE11

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-454] fix style for membership link

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-543] Update style for schedules first step

* [YGH-524] Program Registration Theming

* [YGH-515] Fix margins for testimonial adding page

* [YGH-102] Implement Paragraph Schedule Teaser for Branch CT

* [YGH-549] UPdate styles for testimonial page

* [YGH-549] Add top margin to testimonial form

* [YGH-553] Enable Group Schedules paragraph for Branches body and header

* [YGH-550] Add search_index view mode to all CTs

* [YGH-524] fixes

* [YGH-561] Fix theming on search page

* [YGH-566] Enable location events paragraph in branch body

* [YGH-566] Fixes

* [YGH-566] Create block and move location event paragraph feature

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add missed configuration

* [YGH-555] add missed configuration

* [YGH-555] move install hooks to features, update right location features

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-557] Add top margin for Dowmload PDF button on mobile

* [YGH-555] fix features versions

* [YGH-572] Fix ampersand render in paragraph simple block

* [YGH-556] Microsites menu theming

* [YGH-556] Microsites menu theming

* [YGH-590] fix theming for a timeline card

* [YGH-626] fix Complete Registration button appearence on mobile

* [YGH-634] increase font size for groupex schedule description

* [YGH-635] implement address_branch address formatter, a copy of address_plain but with no country

* [YGH-635] Use address_branch field formatter instead of address_plain at branch display modes

* Fix codensniffer errors

* [YGH-628] improve shcedules listing page for mobile

* [YGH-638] Fix the problem with small images

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Update styles of microsites menu after adding color fields

* [YGH-641] Update configs

* [YGH-641] Review fixes

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix flexbox on schedules page for safari on ios

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix card heights for ios

* [YGH-651] update embedded entity caption position and paddings

* [YGH-655] fix membership price card width on mobile

* [YGH-542] Add ability to search by class & instructor

* [YGH-659] Fix style for daxko login iframe

* [YGH-661][YGH-662][YGH-664] Groupex form minor fixes

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-679] fix iframe height and add margins

* [YGH-696] Rename Branch to Center in labels and descriptions.

* [YGH-696] rename branch to center in openy_node_branch

* [YGH-706] add hover-underline for links and buttons

* [YGH-722] Make field_location_coordinates mandalory and update description. For branch and camp CT

* Fix codesniffer errors

* [YGH-721] Make select field length same as input field on forms

* [YGH-739] Add field_prgf_ms_menu_hide_menu field to microsites menu paragraph

* [YGH-739] Theme updates

* [YGH-739] make field translatable

* Decouple openy_block_menu from YGH

* Merge openy_block_menu from YGH

* Decouple openy_node_branch from YGH

* Merge openy_node_branch from YGH

* Decouple openy_prgf_microsites_menu from YGH

* Merge openy_prgf_microsites_menu from YGH

* Decouple microsites.scss from YGH

* Decouple field-menu-block-links--menu-block from YGH

* Merge microsites.scss from YGH

* Merge field-menu-block-links--menu-block from YGH

* [OYPD-537] Copy Menu Block and Microsites menu Paragraph from YGH.

[OYPD-537] Fix field.

* Decouple paragraph--microsites-menu.html.twig from YGH

* Merge paragraph--microsites-menu.html.twig from YGH

* [OYPD-546] Fix style for links in microsite menu.

* [OYPD-545] Fix function add class for hide main menu.

* [OYPD-545] Add documentation about new paragraph and block.

* [OYPD-548] Add demo content.

[OYPD-548] Tests

[OYPD-548] Add behat tests.

[OYPD-548] Fix behat tests.

[OYPD-548] Clear PR from tests

* [OYPD-548] Fix color for bg microsites menu.
ddrozdik added a commit that referenced this pull request Aug 17, 2017
* Allowing hover underline for class teaser titles

* [YLI-328]: Fix the notices.

* Update colorbutton module. Remove patches. (#699)

* Update colorbutton module. Remove patches.

* Fix CSS seelector for Branch Hours block.

* Update panelbutton version. Fix colorbutton version.

* Change Pathauto pattern for Class CT; Update URL aliases for Class nodes. (#703)

* [YLI-244]: Change Pathauto pattern for Class CT; Update URL aliases for Class nodes.

* Change pathauto pattern for Class nodes.

* Change pattern in the docs.

* [OYPD-532] GroupExPro demo content. (#668)

* [OPYD-532] GroupExPro demo content.

* [OPYD-532] Resolve menu expanded properly.

* [OPYD-532] Pull request updates.

* [OPYD-532] Remove duplicate code for fixing broken paragraphs.

* [OYPD-534] Add GroupEx Pro paragraphs behat test. (#688)

* [OYPD-534] Add GroupEx Pro paragraphs behat test.

* [OYPD-534] Extend GroupEx Pro paragraph tests to include sandbox data display.

* [GitHub#634] Close access to Color, Media Tags, Facility terms. (#669)

[GitHub#634] Enable RH Taxonomy.

* [OYPD-555] Add Block configuration to Branch demo content Group Sched… (#720)

* [OYPD-555] Add Block configuration to Branch demo content Group Schedules paragraphs.

* [OYPD-555] Fix results not rendering in GroupexFormFull by default render.

* Update landing page on GitHub (#724)

* Update header of README.md

* Add technologies and re-order sections

* Remove technologies section

* Add files via upload

* Add files via upload

* Update README.md

* Fixed typo

* Remove features section

* Fix OpenY version

* [OYPD-545] Microsites menu backend (#704)

* [YGS-172] Creating template for header paragraph and styling

* [YGH-68] - fix gallery

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-156] Theme blog node teaser (#93)

* YGH-156: Styling Feature Stories

* YGH-156: Fix for image background

* [YGH-156] Fixed styles for gulp

* [YGH-156] Fixed display mode for blog teaser mode

* [YGH-156] Fixing feature update

* [YGH-156] Unify template for feature stories view

* Remove non needed scss

* Recreate all css

* Move and update blog feature

* Add view mode

* Paragraph

* Paragraph

* Paragraph

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix templates

* Fix output of the content

* Fix list dots

* Change media image, remove non needed data rendered

* Fix caching

* [YGH-210] Add Location Finder Element and Paragraph

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-221] Change style for 3 column paragraph title

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-72] Theme Testimonial creation form, some global improvements

* [YGH-211] Add style for paragraph

* [YGH-236] Rename and update branch node feature

* [YGH-240] Add working hours to branch and create membership teaser view mode

* [YGH-240] Add core.entity_view_mode.node.membership_teaser.yml

* [YGH-238] Add title to "Featured stories" paragraph (#119)

* [YGH-238] Add title field to Featured Stories paragraph

* [YGH-238] Add title to blog home migration

* [YGH-238] Add style for featured stories and latest news of blog home page

* [YGH-238] Add default value for featured stories title

* [YGH-240] Modify membership teaser view mode and field groups for paragraphs

* [YGH-256] Rename fields in branch and camp locations

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-256] Update field.field.node.branch.field_location_coordinates.yml

* [YGH-171] Limited Time offer paragraph theming

* [YGH-171] Limited Time offer paragraph theming

* [YGH-260] Add search_results view mode to branc and camp

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-260] Update names of renamed features in configs

* [YGH-262] Add amenities vocabulary and reference field to the branch

* [YGH-220] Final theming touch for frontend for homepage (#167)

* [YGH-220] Adjustments for menu link and footer migrations

* [YGH-220] Replace Log in to Sign in account menu

* [YGH-220] Hide homepage title

* [YGH-220] Add translation for menu item rename

* [YGH-270] Fix margin between location card and footer

* [YGH-282] implementing and theming of Search page

* [YGH-282] implementing and theming of Search page

* [YGH-63] Frontend for alerts

* [YGH-63] fix some theming for foote alerts

* [YGH-244] Enable swipe support for bootstrap carousel

* [YGH-266] styles for All Amenities paragraph

* [YGH-281] Adjust style for LTO paragraph

* [YGH-279] Update branch node with blackbaud

* [YGH-311] Make working hours field not mandatory for branch

* [YGH-313] Add All Amenities paragraph to Branch CT Entity Reference revisions fields as allowed

* [YGH-317] Theming improvement for Alerts

* [YGH-317] finalize theing for alerts

* [YGH-326] Add styles to admin tabs

* [YGH-294] fix Landing Pages layout

* [YGH-294] fix Landing Pages layout

* [YGH-337] Add flexible_content view mode to content types

* [YGH-337] Add entity view mode config to CTs

* [YGH-337] Add flexible content entity view mode config to openy_node

* [YGH-331] Update template and style for Limited time offer

* [YGH-341] Make all fields translatable in configs

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-330] Style pager according to style-guide (#232)

* [YGH-330] Add changed taxonomy view to taxonomy feature

* [YGH-330] Add styles to pager

* [YGH-330] Enable taxonomy feature

* [YGH-330] Update taxonomy feature

* [YGH-330] Import taxonomy feature

* [YGH-330] Import taxonomy view config

* [YGH-330] Adjust style for search page pager in css and global search view

* [YGH-290] Add template for small banner paragraph

* [YGH-290] Add small banner to content types header/footer

* [YGH-343] Fix style issues for Taxonomy term page (#240)

* [YGH-350] Add 2 column layout support for Landing Page CT

* [YGH-325] Add metatag field to content types

* [YGH-352] Theme small_banner from OpenY

* [YGH-325] Enable field meta in forms

* [YGH-308] Theming for Event Full Page

* [YGH-276] add Icon displaying logic and theming for 2,3 colums

* [YGH-276] add Icon displaying logic and theming for 4 colums

* [YGH-375] Add pathauto configs to features

* [YGH-276] small improvement in templates

* [YGH-363] update paragraph small banner color field settings and template to support gradient for the paragraph

* [YGH-82] Blog home, Blog Full page theming

* [YGH-363] code cleanup

* [YGH-363] fix a typo

* [YGH-363] improve banner color field UI

* [YGH-371] Add description and styles

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-403] Add panorama paragraph to CTs

* [YGH-395] Fix style for small banner header without image to use as node headline

* [YGH-402] Update style for blog home search form

* [YGH-216] Update style for See more stories button

* [YGH-216] Update style for Blog home See more stories button

* [YGH-216] Update style for See more stories button

* [YGH-84] Theme Branch CT

* [YGH-84] Add Add Paragraphs to the Branches nodes

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-216] Update style for button on blog and home pages

* [YGH-415] fix slider styles

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-397] Make blog theming

* [YGH-397] Make blog theming

* [YGH-407] update body field available paragraphs for branch CT

* [YGH-418] Add pathauto patterns for CTs and taxonomy

* [YGH-397] improve blog theming

* [YGH-397] improve blog theming

* [YGH-204]

* [YGH-380] Update template for Limited time offer banner

* [YGH-439] Make webform theming

* [YGH-409] Update filter arrow style on locations page

* [YGH-409] Hide select list extra arrow in IE11

* [YGH-449] Add top padding to blog node pager

* [YGH-461] Theming Membership 1st step

* [YGH-461] Theming Membership 1st step

* [YGH-310] Add cardinality to unlimited for working hours in branch.

* [YGH-310] Update style.

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-370] Fatal error when I add branch with unexpected phone number format.

* [YGH-463] Fix titles for card sections

* [YGH-452] Financial aid form styling improvementes

* [YGH-452] Financial aid form styling improvementes

* [YGH-477] stype tweaks for Story teaser on homepage

* [YGH-467] Footer style fixes

* [YGH-492] fix Prev/Next paragraph borders style on blog node page

* [YGH-471] Improve display for multiple hours

* [YGH-327] [YGH-465]
- Search issues: Not all content
- Search: Strip Html tags from results

* [YGH-488] remove ai icon allowed type for amenity taxonomy terms

* [YGH-506] Financial aid form: add bottom padding

* [YGH-471] update branch hours dropdown

* [YGH-507] Fix style of quotes for Mac and IE11

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-454] fix style for membership link

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-543] Update style for schedules first step

* [YGH-524] Program Registration Theming

* [YGH-515] Fix margins for testimonial adding page

* [YGH-102] Implement Paragraph Schedule Teaser for Branch CT

* [YGH-549] UPdate styles for testimonial page

* [YGH-549] Add top margin to testimonial form

* [YGH-553] Enable Group Schedules paragraph for Branches body and header

* [YGH-550] Add search_index view mode to all CTs

* [YGH-524] fixes

* [YGH-561] Fix theming on search page

* [YGH-566] Enable location events paragraph in branch body

* [YGH-566] Fixes

* [YGH-566] Create block and move location event paragraph feature

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add missed configuration

* [YGH-555] add missed configuration

* [YGH-555] move install hooks to features, update right location features

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-557] Add top margin for Dowmload PDF button on mobile

* [YGH-555] fix features versions

* [YGH-572] Fix ampersand render in paragraph simple block

* [YGH-556] Microsites menu theming

* [YGH-556] Microsites menu theming

* [YGH-590] fix theming for a timeline card

* [YGH-626] fix Complete Registration button appearence on mobile

* [YGH-634] increase font size for groupex schedule description

* [YGH-635] implement address_branch address formatter, a copy of address_plain but with no country

* [YGH-635] Use address_branch field formatter instead of address_plain at branch display modes

* Fix codensniffer errors

* [YGH-628] improve shcedules listing page for mobile

* [YGH-638] Fix the problem with small images

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Update styles of microsites menu after adding color fields

* [YGH-641] Update configs

* [YGH-641] Review fixes

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix flexbox on schedules page for safari on ios

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix card heights for ios

* [YGH-651] update embedded entity caption position and paddings

* [YGH-655] fix membership price card width on mobile

* [YGH-542] Add ability to search by class & instructor

* [YGH-659] Fix style for daxko login iframe

* [YGH-661][YGH-662][YGH-664] Groupex form minor fixes

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-679] fix iframe height and add margins

* [YGH-696] Rename Branch to Center in labels and descriptions.

* [YGH-696] rename branch to center in openy_node_branch

* [YGH-706] add hover-underline for links and buttons

* [YGH-722] Make field_location_coordinates mandalory and update description. For branch and camp CT

* Fix codesniffer errors

* [YGH-721] Make select field length same as input field on forms

* [YGH-739] Add field_prgf_ms_menu_hide_menu field to microsites menu paragraph

* [YGH-739] Theme updates

* [YGH-739] make field translatable

* Decouple openy_block_menu from YGH

* Merge openy_block_menu from YGH

* Decouple openy_node_branch from YGH

* Merge openy_node_branch from YGH

* Decouple openy_prgf_microsites_menu from YGH

* Merge openy_prgf_microsites_menu from YGH

* Decouple microsites.scss from YGH

* Decouple field-menu-block-links--menu-block from YGH

* Merge microsites.scss from YGH

* Merge field-menu-block-links--menu-block from YGH

* [OYPD-537] Copy Menu Block and Microsites menu Paragraph from YGH.

[OYPD-537] Fix field.

* Decouple paragraph--microsites-menu.html.twig from YGH

* Merge paragraph--microsites-menu.html.twig from YGH

* [OYPD-546] Fix style for links in microsite menu.

* [OYPD-545] Fix function add class for hide main menu.

* [OYPD-545] Add documentation about new paragraph and block.

* [GitHub#690] Use "Link text" as a title for "Directions" link on camps/branches. (#701)

* [GitHub#690] Update Branch and Camp templates for location page.

* [GitHub#690] Fix link

[GitHub#690] Fix templates.

[GitHub#690] Fix templates.

* [GitHub#690] Update template for facility teaser.

* [GitHub#690] Add variables to facility teaser.

* [GitHub#690] Fix facility full view template and hook updates: branch and camp.

* [OYPD-548] Microsites menu demo content. (#727)

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-68] - Slideshow display (#69)

* [YGH-68] - add gallery

* [YGH-68] - add gallery

* [YGH-68] - fix gallery

* [YGH-156] Theme blog node teaser (#93)

* YGH-156: Styling Feature Stories

* YGH-156: Fix for image background

* [YGH-156] Fixed styles for gulp

* [YGH-156] Fixed display mode for blog teaser mode

* [YGH-156] Fixing feature update

* [YGH-156] Unify template for feature stories view

* Remove non needed scss

* Recreate all css

* Move and update blog feature

* Add view mode

* Paragraph

* Paragraph

* Paragraph

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix deps

* Fix templates

* Fix output of the content

* Fix list dots

* Change media image, remove non needed data rendered

* Fix caching

* [YGH-210] Add Location Finder Element and Paragraph

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-221] Change style for 3 column paragraph title

* [YGH-201] Theming of 1st step for Jopin page

* [YGH-72] Theme Testimonial creation form, some global improvements

* [YGH-211] Add style for paragraph

* [YGH-236] Rename and update branch node feature

* [YGH-240] Add working hours to branch and create membership teaser view mode

* [YGH-240] Add core.entity_view_mode.node.membership_teaser.yml

* [YGH-238] Add title to "Featured stories" paragraph (#119)

* [YGH-238] Add title field to Featured Stories paragraph

* [YGH-238] Add title to blog home migration

* [YGH-238] Add style for featured stories and latest news of blog home page

* [YGH-238] Add default value for featured stories title

* [YGH-240] Modify membership teaser view mode and field groups for paragraphs

* [YGH-256] Rename fields in branch and camp locations

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-219] Theme 4 columns paragraph

* [YGH-256] Update field.field.node.branch.field_location_coordinates.yml

* [YGH-171] Limited Time offer paragraph theming

* [YGH-171] Limited Time offer paragraph theming

* [YGH-260] Add search_results view mode to branc and camp

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-227] Implementation of Location Finder functionality with theming

* [YGH-260] Update names of renamed features in configs

* [YGH-262] Add amenities vocabulary and reference field to the branch

* [YGH-220] Final theming touch for frontend for homepage (#167)

* [YGH-220] Adjustments for menu link and footer migrations

* [YGH-220] Replace Log in to Sign in account menu

* [YGH-220] Hide homepage title

* [YGH-220] Add translation for menu item rename

* [YGH-270] Fix margin between location card and footer

* [YGH-282] implementing and theming of Search page

* [YGH-282] implementing and theming of Search page

* [YGH-63] Frontend for alerts

* [YGH-63] fix some theming for foote alerts

* [YGH-244] Enable swipe support for bootstrap carousel

* [YGH-266] styles for All Amenities paragraph

* [YGH-281] Adjust style for LTO paragraph

* [YGH-279] Update branch node with blackbaud

* [YGH-311] Make working hours field not mandatory for branch

* [YGH-313] Add All Amenities paragraph to Branch CT Entity Reference revisions fields as allowed

* [YGH-317] Theming improvement for Alerts

* [YGH-317] finalize theing for alerts

* [YGH-326] Add styles to admin tabs

* [YGH-294] fix Landing Pages layout

* [YGH-294] fix Landing Pages layout

* [YGH-337] Add flexible_content view mode to content types

* [YGH-337] Add entity view mode config to CTs

* [YGH-337] Add flexible content entity view mode config to openy_node

* [YGH-331] Update template and style for Limited time offer

* [YGH-341] Make all fields translatable in configs

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-324] Extend Amenities term by SVG Icon

* [YGH-330] Style pager according to style-guide (#232)

* [YGH-330] Add changed taxonomy view to taxonomy feature

* [YGH-330] Add styles to pager

* [YGH-330] Enable taxonomy feature

* [YGH-330] Update taxonomy feature

* [YGH-330] Import taxonomy feature

* [YGH-330] Import taxonomy view config

* [YGH-330] Adjust style for search page pager in css and global search view

* [YGH-290] Add template for small banner paragraph

* [YGH-290] Add small banner to content types header/footer

* [YGH-343] Fix style issues for Taxonomy term page (#240)

* [YGH-350] Add 2 column layout support for Landing Page CT

* [YGH-325] Add metatag field to content types

* [YGH-352] Theme small_banner from OpenY

* [YGH-325] Enable field meta in forms

* [YGH-308] Theming for Event Full Page

* [YGH-276] add Icon displaying logic and theming for 2,3 colums

* [YGH-276] add Icon displaying logic and theming for 4 colums

* [YGH-375] Add pathauto configs to features

* [YGH-276] small improvement in templates

* [YGH-363] update paragraph small banner color field settings and template to support gradient for the paragraph

* [YGH-82] Blog home, Blog Full page theming

* [YGH-363] code cleanup

* [YGH-363] fix a typo

* [YGH-363] improve banner color field UI

* [YGH-371] Add description and styles

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-272] Theme gmap info window according design

* [YGH-403] Add panorama paragraph to CTs

* [YGH-395] Fix style for small banner header without image to use as node headline

* [YGH-402] Update style for blog home search form

* [YGH-216] Update style for See more stories button

* [YGH-216] Update style for Blog home See more stories button

* [YGH-216] Update style for See more stories button

* [YGH-84] Theme Branch CT

* [YGH-84] Add Add Paragraphs to the Branches nodes

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-84] Update display setting of branch ct

* [YGH-216] Update style for button on blog and home pages

* [YGH-415] fix slider styles

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-379] Fix mobile styles for all testimonials paragraph

* [YGH-397] Make blog theming

* [YGH-397] Make blog theming

* [YGH-407] update body field available paragraphs for branch CT

* [YGH-418] Add pathauto patterns for CTs and taxonomy

* [YGH-397] improve blog theming

* [YGH-397] improve blog theming

* [YGH-204]

* [YGH-380] Update template for Limited time offer banner

* [YGH-439] Make webform theming

* [YGH-409] Update filter arrow style on locations page

* [YGH-409] Hide select list extra arrow in IE11

* [YGH-449] Add top padding to blog node pager

* [YGH-461] Theming Membership 1st step

* [YGH-461] Theming Membership 1st step

* [YGH-310] Add cardinality to unlimited for working hours in branch.

* [YGH-310] Update style.

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-201] Theme /join page accordingly to styleguide

* [YGH-370] Fatal error when I add branch with unexpected phone number format.

* [YGH-463] Fix titles for card sections

* [YGH-452] Financial aid form styling improvementes

* [YGH-452] Financial aid form styling improvementes

* [YGH-477] stype tweaks for Story teaser on homepage

* [YGH-467] Footer style fixes

* [YGH-492] fix Prev/Next paragraph borders style on blog node page

* [YGH-471] Improve display for multiple hours

* [YGH-327] [YGH-465]
- Search issues: Not all content
- Search: Strip Html tags from results

* [YGH-488] remove ai icon allowed type for amenity taxonomy terms

* [YGH-506] Financial aid form: add bottom padding

* [YGH-471] update branch hours dropdown

* [YGH-507] Fix style of quotes for Mac and IE11

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-454] fix style for membership link

* [YGH-531] Theme Schedules output accordingly to the design

* [YGH-543] Update style for schedules first step

* [YGH-524] Program Registration Theming

* [YGH-515] Fix margins for testimonial adding page

* [YGH-102] Implement Paragraph Schedule Teaser for Branch CT

* [YGH-549] UPdate styles for testimonial page

* [YGH-549] Add top margin to testimonial form

* [YGH-553] Enable Group Schedules paragraph for Branches body and header

* [YGH-550] Add search_index view mode to all CTs

* [YGH-524] fixes

* [YGH-561] Fix theming on search page

* [YGH-566] Enable location events paragraph in branch body

* [YGH-566] Fixes

* [YGH-566] Create block and move location event paragraph feature

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add openy_block_menu and openy_prgf_microsites_menu features implementing Microsites menu paragraph and install them

* [YGH-555] add missed configuration

* [YGH-555] add missed configuration

* [YGH-555] move install hooks to features, update right location features

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-522] make field_menu_block_links and field_prgf_block_ref required abd translatabe

* [YGH-557] Add top margin for Dowmload PDF button on mobile

* [YGH-555] fix features versions

* [YGH-572] Fix ampersand render in paragraph simple block

* [YGH-556] Microsites menu theming

* [YGH-556] Microsites menu theming

* [YGH-590] fix theming for a timeline card

* [YGH-626] fix Complete Registration button appearence on mobile

* [YGH-634] increase font size for groupex schedule description

* [YGH-635] implement address_branch address formatter, a copy of address_plain but with no country

* [YGH-635] Use address_branch field formatter instead of address_plain at branch display modes

* Fix codensniffer errors

* [YGH-628] improve shcedules listing page for mobile

* [YGH-638] Fix the problem with small images

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Update styles of microsites menu after adding color fields

* [YGH-641] Update configs

* [YGH-641] Review fixes

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix flexbox on schedules page for safari on ios

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix card heights for ios

* [YGH-651] update embedded entity caption position and paddings

* [YGH-655] fix membership price card width on mobile

* [YGH-542] Add ability to search by class & instructor

* [YGH-659] Fix style for daxko login iframe

* [YGH-661][YGH-662][YGH-664] Groupex form minor fixes

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-679] fix iframe height and add margins

* [YGH-696] Rename Branch to Center in labels and descriptions.

* [YGH-696] rename branch to center in openy_node_branch

* [YGH-706] add hover-underline for links and buttons

* [YGH-722] Make field_location_coordinates mandalory and update description. For branch and camp CT

* Fix codesniffer errors

* [YGH-721] Make select field length same as input field on forms

* [YGH-739] Add field_prgf_ms_menu_hide_menu field to microsites menu paragraph

* [YGH-739] Theme updates

* [YGH-739] make field translatable

* Decouple openy_block_menu from YGH

* Merge openy_block_menu from YGH

* Decouple openy_node_branch from YGH

* Merge openy_node_branch from YGH

* Decouple openy_prgf_microsites_menu from YGH

* Merge openy_prgf_microsites_menu from YGH

* Decouple microsites.scss from YGH

* Decouple field-menu-block-links--menu-block from YGH

* Merge microsites.scss from YGH

* Merge field-menu-block-links--menu-block from YGH

* [OYPD-537] Copy Menu Block and Microsites menu Paragraph from YGH.

[OYPD-537] Fix field.

* Decouple paragraph--microsites-menu.html.twig from YGH

* Merge paragraph--microsites-menu.html.twig from YGH

* [OYPD-546] Fix style for links in microsite menu.

* [OYPD-545] Fix function add class for hide main menu.

* [OYPD-545] Add documentation about new paragraph and block.

* [OYPD-548] Add demo content.

[OYPD-548] Tests

[OYPD-548] Add behat tests.

[OYPD-548] Fix behat tests.

[OYPD-548] Clear PR from tests

* [OYPD-548] Fix color for bg microsites menu.

* [OYPD-415] 	Adding templates and style changes for GroupEx schedule (#723)

* Adding dependency in groupex form cache module to help with issues on install and default content

* Adding templates and style changes for GroupEx schedule

* Fixing mixin from copy/paste

* Removing unneeded text from Behat test

* Removing trademark text from test, result from source seems inconsistant and this changed

* Moving pdf link form element to the end so it renders last

* Adjusting the placement of the addtocalendar icon on groupex schedule page

* Use already prepared service instead of creating a new one.

* Use already prepared service instead of creating a new one. (#735)

* [refs-733] Sniffer notices in the openy_map/map.js (#736)

* [OYPD-549][OYPD-547] Microsites menu behat test and tour. (#732)

* [GitHub#634] Close access to Color, Media Tags, Facility terms.

* [OYPD-549] Add behat tests for microsite menu.

[OYPD-549] Fix

[OYPD-549] Fix tests and move to static paragraphs

[OYPD-549] Added tour and fix behat tests.

[OYPD-549] Fix behat test for Microsites menu.

[OYPD-549] Add tests

* [OYPD-536] Backport Social Media share Paragraph. (#671)

* Openy addThis - settings.

* [YLI-215]: AddThis share.

* [YLI-215]: Code style update.

* [YLI-215]: Updates.

* [YLI-215]: Condition fix.

* [YLI-215] Fix addThis

* [YLI-215] Update description to settings form.

* Decouple OpenY_Addthis from YLI

* Merge openy_addthis from YLI

* [OYPD-536] Add hook update.

* [OYPD-536] Add key and enable in the demo content.

[OYPD-536] Change public id for AddThis.

* [OYPD-536] Add documentation for OpenY AddThis.

* [OYPD-536] Add more information in documentation and move addthis style.

* [OYPD-536] Add public_id to ThirdPartyServicesForm.

* [OYPD-536] Add demo date.

[OYPD-536] Add placeholder for public_id and demo id.

[OYPD-536] Update profile file.

* [OYPD-536] Add settings to import for profile.

[OYPD-536] Update demo content

[OYPD-536] Add settings to import for profile.

* [OYPD-555] Add Block configuration to Branch demo content Group Sched… (#720)

* [OYPD-555] Add Block configuration to Branch demo content Group Schedules paragraphs.

* [OYPD-555] Fix results not rendering in GroupexFormFull by default render.

* Update landing page on GitHub (#724)

* Update header of README.md

* Add technologies and re-order sections

* Remove technologies section

* Add files via upload

* Add files via upload

* Update README.md

* Fixed typo

* Remove features section

* Fix OpenY version

* [GitHub#690] Use "Link text" as a title for "Directions" link on camps/branches. (#701)

* [GitHub#690] Update Branch and Camp templates for location page.

* [GitHub#690] Fix link

[GitHub#690] Fix templates.

[GitHub#690] Fix templates.

* [GitHub#690] Update template for facility teaser.

* [GitHub#690] Add variables to facility teaser.

* [GitHub#690] Fix facility full view template and hook updates: branch and camp.

* [OYPD-536] Fix name.

* [OYPD-536] Fix form item and add openy demo addthis to optional.

[OYPD-536] Enable openy_demo_addthis in profile.

Fix

* [OYPD-536] Add behat test for check exist addthis in the blog page.

* [OYPD-536] Fix blog page behat test.

* [OYPD-557] [refs-722] Resolve Filter Sub-Program failures. (#738)

* [OYPD-566] Unbind click for media browser image selection. (#740)

* [OYPD-538] Ameneties page (#714)

* [YGH-559] Backport Ajax reload fix, add fontawesome icon for Add to calendar link

* [YGH-557] Add top margin for Dowmload PDF button on mobile

* [YGH-572] Fix ampersand render in paragraph simple block

* [YGH-522] update all events view

* [YGH-517] Fix footer wrapping for Mac and Ipad

* [YGH-567] Set font size to 15px for Simple block body

* [YGH-556] Microsites menu theming

* [YGH-556] Microsites menu theming

* [YGH-567] Set font size to 15px for landing page text

* [YGH-574] Expose kronos css with logo

* [YGH-575] Mobile view fixes

* [YGH-592] Update views_field_formatter module

* [YGH-584] Fix border for story/news blog cards with non-empty image field

* [YGH-584] Update blog--teaser template

* [YGH-600] Fix special symbols display for Groupex schedule in theme templates

* [YGH-590] fix theming for a timeline card

* [YGH-575] fix page reload on schedules page on menu click + atc css fix

* [YGH-575] fix page reload on schedules page on menu click + atc css fix

* [YGH-619] add global cached font to <article>

* [YGH-602] Add My branch link to menu

* [YGH-602] Add My branch link to menu

* [YGH-602] My branch button fixes

* [YGH-602] My branch button fixes

* [YGH-630] add margins for simple content paragraph on landing page

* [YGH-630] add margins for 1 col paragraph on landing page in content area

* [YGH-626] fix Complete Registration button appearence on mobile

* [YGH-634] increase font size for groupex schedule description

* [YGH-635] Use address_branch field formatter instead of address_plain at branch display modes

* [YGH-599] Backport header/footer templates from YGTC

* [YGH-599] Update js and templates

* [YGH-599] Add templates and fix code style

* [YGH-585] fix bottom image margin on blog page

* [YGH-639] My branch button - fix paddings

* [YGH-628] improve shcedules listing page for mobile

* [YGH-628] improve shcedules listing page for mobile

* [YGH-599] Update style for header in mobile view

* [YGH-559] Remove language switcher in header

* [YGH-638] Fix the problem with small images

* [YGH-641] Add color fields to microsite menu

* [YGH-641] Update styles of microsites menu after adding color fields

* [ygh-585] update image margin on blog page

* [YGH-628] fix calendar icon position

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix flexbox on schedules page for safari on ios

* [YGH-628] update calendar icon alignment

* [YGH-540] Improvements in the Online Join

* [YGH-628] fix card heights for ios

* [YGH-651] update embedded entity caption position and paddings

* [YGH-627] fix contrast for highlighted menu item

* [YGH-650] Make field_prgf_title shared for all paragraphs

* [YGH-651] update caption alignment for embedded entity

* [YGH-655] fix membership price card width on mobile

* [YGH-542] Add ability to search by class & instructor

* [YGH-542] Add ability to search by class & instructor

* [YGH-659] Fix style for daxko login iframe

* [YGH-661][YGH-662][YGH-664] Groupex form minor fixes

* [YGH-661][YGH-662][YGH-664] Groupex form minor fixes

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-671] implement configurable top border for 1c paragraph

* [YGH-671] implement configurable top border for 1c paragraph: add field storage conf

* [YGH-671] add field_prfg_display_line_above field to 2c feature

* [YGH-671] fix comment

* [YGH-671] add field_prfg_display_line_above field to 3c paragraph

* [YGH-671] add field_prfg_display_line_above field to 4c paragraph

* [YGH-671] fix openy_prgf_3c_update_8003()

* [YGH-671] update labels and descriptions

* [YGH-671] update labels and descriptions

* [YGH-671] update labels and descriptions

* [YGH-671] update labels and descriptions

* [YGH-671] fix hook_update name

* [YGH-671] fix issue with conf dependencies

* [YGH-671] fix issue with conf dependencies

* [YGH-671] fix issue with conf dependencies

* [YGH-671] fix issue with conf dependencies

* Fix config

* Another fix

* 3rd try

* [YGH-671] fix issue with conf dependencies

* Fix duplicat function

* Fix codesniffer

* [YGH-683] unify h1-h6 headinings inside pargraphs fulltext fields

* [YGH-693] Move field_mbrshp_image from display in template

* [YGH-679] fix iframe height and add margins

* [YGH-696] Rename Branch to Center in labels and descriptions.

* [YGH-696] Rename My Branch to My center in my branch functionality

* [YGH-696] rename branch to center in openy_block_branch_amenities

* [YGH-696] rename branch to center in openy_node_branch

* [YGH-696] fix codescniffer notices

* [YGH-683] update headins styles

* [YGH-706] add hover-underline for links and buttons

* [YGH-708] apply patch to views_field_formatter to display no-results text for empty views

* [YGH-708] styles for no results on search paragraph

* [YGH-708] update font and text for no results text on global search paragraph

* [YGH-696] replace branch to center in opey_calc and opey_ckeditor messages and labels

* [YGH-683] update content headings font-size

* [YGH-706] link hover underline for blog teaser of type story

* [YGH-713] Fix html escaping in class names on schedules lists and forms

* [YGH-709] Fix style for WHAY paragraph title

* [YGH-710] Latest News and Updates Block: See More Button

* [YGH-722] Make field_location_coordinates mandalory and update description. For branch and camp CT

* [YGH-725] turn h2 back to purple

* [YGH-724] install colorbutton and pull updated editor conf

* [YGH-706] Links should be underlined on hover

* [YGH-719] Add missed template for testimonial full page

* [YGH-721] Make select field length same as input field on forms

* [YGH-738] fix broken amenities page

* [YGH-726] Set 4 column paragraph titles of column left aligned

* [YGH-739] Theme updates

* [YGH-738] Update field_amenities_icon description.

* [YGH-744] change h3 to h1 for header paragraph title

* [YGH-744] change h3 to h1 for small banner paragraph title

* [YGH-747] add top paddings for gallery and schedules paragraphs

* [YGH-747] add top paddings for gallery and schedules paragraphs at branch and camp pages too

* [YGH-747] add top paddings for gallery and schedules paragraphs for landing page only

* [YGH-750] remove uppercase and capitalize front styles for footer

* [YGH-747] move styles to single place

* [YGH-754] Enable class description on location schedule

* Decouple openy_prgf_amenities from YGH

* Merge openy_prgf_amenities from YGH

* Decouple openy_prgf_lto from YGH

* Merge openy_prgf_lto from YGH

* Decouple openy_prgf_1c from YGH

* Merge openy_prgf_1c from YGH

* Decouple openy_prgf_2c from YGH

* Merge openy_prgf_2c from YGH

* Decouple openy_prgf_3c from YGH

* Merge openy_prgf_3c from YGH

* Decouple openy_prgf_4c from YGH

* Merge openy_prgf_4c from YGH

* Decouple better_exposed_filters from YGH

* Merge better_exposed_filters from YGH

* Decouple openy_svg_formatter from YGH

* Merge openy_svg_formatter from YGH

* Decouple token_filter from YGH

* Merge token_filter from YGH

* Decouple openy_editor from YGH

* Merge openy_editor from YGH

* Decouple views_field_formatter from YGH

* Merge views_field_formatter from YGH

* Decouple openy_block_branch_amenities from YGH

* Merge openy_block_branch_amenities from YGH

* Decouple block_install from YGH

* Merge openy_block fields from YGH

* Decouple custom_formatters from YGH

* Merge custom_formatters from YGH

* Decouple openy_block_custom_simple from YGH

* Decouple openy_block_flexible_content from YGH

* Merge openy_block_custom_simple and openy_block_flexible_content from YGH

* Decouple openy_node_branch from YGH

* [OYPD-538] Add Demo Taxonomy Amenities.

* Merge taxonomy_term.amenities from YGH

* Decouple location_field_amenities from YGH

* Merge location_field_amenities from YGH

* [OYPD-538] Fix dependencies for new blocks.

* [OYPD-538] Add taxonomy amenities and fields.

* Decouple scss from YGH

* [OYPD-538] Add small demo content for check.

* Decouple templates from YGH

* [OYPD-538] Fix css style and add hook update for fields in blocks.

* Decouple openy_taxonomy from YGH

* [OYPD-538] Update openy_editor.

* Merge openy_taxonomy from YGH

* [OYPD-538] Clear branch.

[OYPD-538] Add hook_update_dependencies for openy install.

[OYPD-538] Fix hook update

[OYPD-538] Fix hook update in openy profile.

* [OYPD-538] Remove duplicate file.

* [OYPD-538] Fix dependencies.

* [OYPD-538] Update hooks updates.

* Decouple NEEDED_MODULE from YGH

* [OYPD-538] Fix dependencies for hook update.

* [OYPD-538] Add branch tour and documentation about new paragraphs and blocks.

* [OYPD-538] Add demo content: amenities and simple blocks.

[OYPD-538] Fix demo content.

* [OYPD-538] Add images for taxonomy

* Decouple openy_ckeditor from YGH

* [OYPD-538] Fix style for amenities page.

* Merge openy_ckeditor from YGH

* [OYPD-538] Add icon class field to amenities block.

* [OYPD-538] Fix style for Branch page for 3c paragraph.

* Decouple openy_tour from YGH

* [OYPD-538] Fix field amenities in Branch CT.

* Update openy_tour from YGH

* [OYPD-538] Fix demo content for Branch page.

* [OYPD-538] Add behat tests.

[OYPD-538] FIx behat tests

[OYPD-538] Move store fields.

* [OYPD-538] Fix OpenY Tour

* [OYPD-538] Update behat tests for amenities.

[OYPD-538] Add tests for Amenities.

* [OYPD-538] Add template for 1c paragraph.

* [OYPD-538] Fix blog page behat test.

[OYPD-538] Fix Blog tests.

* [OYPD-538] Fix upgrade.

[OYPD-538] Fix upgrade install.

* [OYPD-538] Fix openy info.

* [OYPD-538] Remove contrib module folders and add to drupal-org.make

[OYPD-538] Fix make file.

[OYPD-538] Add composer.look

* [OYPD-538] Fix hook update.

[OYPD-538] Fix upgrade 2

[OYPD-538] Fix upgrade 3

[OYPD-538] Fix upgrade 4

* [OYPD-538] Update help text for field amenities.

* [OYPD-538] Update helper link for field

* [FIX] Add amenities tip to tour and fix tips for taxonomy and menu. (#744)

[FIX] Fix hook updates.

Change space 1

Remove space 2

* [OYPD-505] rationalise the Multiple empty article regions and other empty regions in the page structure. (#664)

* [OYPD-505] Replace tags in the template for HTML semantic.

* [OYPD-505] Fix template for loading page.

* [OYPD-505] Fix tests

* [OYPD-505] Fix behat test.

* [OYPD-505] Improve template.

[OYPD-505] Fix templates for programm and sub programm.

* [OYPD-505] Add translate for menu name in camp menu.

* [OYPD-556] Update openy_group_schedules from Houston YMCA. (#728)

* [OYPD-556] Update openy_group_schedules from Houston YMCA.

* [OYPD-556] Fix issues & bring changes more inline with Houston, attempting to resolve anonymous user errors.

* [OYPD-556] Resolve wrong option ids for groupex form.

* [OYPD-556] Resolve class selection overwriting from previous value.

* [OYPD-556] Update groupex pro paragraph behat test after updates.

* [OYPD-556] Fix instructor query & date styles.

* [OYPD-556] Remove schedules date select cache, and include instructor from query param when no user input is provided.

* [OYPD-556] Sync js Drupal.openy_group_schedules.update_class_select from houstonY.

* [OYPD-556] Add Drupal.openy_group_schedules.update_instructor_select to update instructor on after ajax links.

* [OYPD-556] Clean instructor option keys per instruction.

* [OYPD-556] Resolve date and instructor field setting, add submit.

* [HOTFIX] Show submit button in groupex-form-full (#745)

* [HOTFIX] Show submit button in groupex-form-full

* [HOTFIX] Add new property to class align-center for button.

* Fix js errors in case of menu markup changes. (#746)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR: Code Reviewed Code reviewed. Ready for QA PR: Needs Testing Manual testing is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants