Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SD-22]Updated hero image theme according header style #516

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c7d45c8
added logic for landing page
yeniatencio Oct 1, 2024
30e903b
Added hook update
yeniatencio Oct 1, 2024
2c041b6
updated behat test
yeniatencio Oct 1, 2024
f3a0c31
remove patch as new released has been launched
yeniatencio Oct 2, 2024
9672fbc
Updated
yeniatencio Oct 8, 2024
af3eca9
resolving conflicts
yeniatencio Oct 23, 2024
0e68315
Replaced drupal state condition with JS due to bug in Drupal core #st…
yeniatencio Oct 28, 2024
79067b4
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 1, 2024
783369c
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 1, 2024
d6325e1
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 13, 2024
c25234d
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 17, 2024
ab1735a
Implement feedback
yeniatencio Nov 17, 2024
4d1de87
test
vincent-gao Nov 18, 2024
294b0c6
fixed lint
yeniatencio Nov 21, 2024
eb3f802
added function description
yeniatencio Nov 21, 2024
c2996c2
added function description
yeniatencio Nov 21, 2024
6a00fe0
removed js
yeniatencio Nov 25, 2024
704ba8d
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 25, 2024
950b3f8
Update tide_landing_page.module
yeniatencio Nov 25, 2024
4524117
upgrade search api version
yeniatencio Nov 25, 2024
ad83ea7
upgrade patch
yeniatencio Nov 25, 2024
df394a3
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 25, 2024
9289343
added behat test for hero theme scenarios
yeniatencio Nov 25, 2024
66d8688
fixed lint
yeniatencio Nov 25, 2024
186915c
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 25, 2024
0852f96
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 26, 2024
a40650e
Merge branch 'develop' into feature/SD-22-customised-options
yeniatencio Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added function description
yeniatencio committed Nov 21, 2024
commit c2996c2c431a2c4f1caf3d7bad5d70dc6db517af
4 changes: 2 additions & 2 deletions modules/tide_landing_page/tide_landing_page.module
Original file line number Diff line number Diff line change
@@ -380,10 +380,10 @@ function tide_landing_page_field_widget_single_element_paragraphs_form_alter(&$e
*
* @param array $form
* The form.
* @param FormStateInterface $form_state
* @param Drupal\Core\Form\FormStateInterface $form_state
* The form state.
*
* @return AjaxResponse
* @return Drupal\Core\Ajax\AjaxResponse
* The response.
*/
function tide_landing_page_change_the_value(array $form, FormStateInterface $form_state): AjaxResponse {