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

improve: LDP-2578: Add getPageLayout helper in useDrupalCe composable #256

Merged
merged 5 commits into from
Aug 29, 2024

Conversation

harrypango
Copy link
Contributor

No description provided.

useHead({
title: page.value.title,
meta: page.value.metatags.meta,
link: page.value.metatags.link,
script: [
{
type: 'application/ld+json',
children: JSON.stringify(page.value.metatags.jsonld || [], null, ''),
children: JSON.stringify(page.value.metatags.jsonld || []),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems unrelated

Copy link
Contributor Author

@harrypango harrypango Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted this and will commit in ldp-2574

* Determines the page layout based on the Drupal page data.
* @param page Ref containing the Drupal page data
* @returns A computed property that resolves to either the page_layout
* specified in the Drupal data, or 'default' if not specified.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe remove this empty space/re-write it shorter and one line?
@returns A computed property resolving to the specified page_layout or 'default' if unspecified.

@vloss3 vloss3 changed the title improve: LDP-2578: added getPageLayout helper in useDrupalCe composable improve: LDP-2578: Add getPageLayout helper in useDrupalCe composable Aug 28, 2024
harrypango and others added 4 commits August 29, 2024 10:56
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: Issue #3336148: Add support for forms

* LDP-2492: Remove unnecessary if

* LDP-2492: Improve redirect code

* LDP-2492: Improve internal redirect code

* LDP-2492: Revert redirect code

* LDP-2492: Improve code and use page middleware

* LDP-2492: Add server middleware and error handling

* LDP-2492: Move middleware to module

* LDP-2492: Include error message commit

* LDP-2492: Add imports
@vloss3 vloss3 merged commit 531940b into 2.x Aug 29, 2024
1 check passed
@vloss3 vloss3 deleted the feature/LDP-2578 branch August 29, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants