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

[Themes 2014] Inline Editing | Large Promo Block #2204

Merged
merged 9 commits into from
Nov 1, 2024

Conversation

malavikakoppula
Copy link
Contributor

@malavikakoppula malavikakoppula commented Aug 27, 2024

Description

Jira Ticket: THEMES-2014

Inline edit certain content elements on a promo block within PageBuilder Editor, so that I can curate the homepage promos to drive engagement.

Test Steps

  1. Checkout this branch git checkout THEMES-2014
  2. Run fusion repo with linked blocks npx fusion start -f -l @wpmedia/large-promo-block
  3. _id: LF33TMKJENGHFOSIKPHHIHFHJM
  4. publish the page and edit the heading

@malavikakoppula malavikakoppula marked this pull request as ready for review August 27, 2024 00:26
@malavikakoppula malavikakoppula requested a review from a team as a code owner August 27, 2024 00:26
@malavikakoppula malavikakoppula added the ready for review The PR author has completed the PR template and is ready for a review label Aug 27, 2024
Copy link
Contributor

@nschubach nschubach left a comment

Choose a reason for hiding this comment

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

Same as with small, there is a boolean value that's not needed or there's missing logic for it's use.

@@ -282,6 +283,7 @@ const LargePromoItem = ({ customFields, arcSite }) => {
}

const { editableContent, searchableField } = useEditableContent();
const editable = true;
Copy link
Contributor

Choose a reason for hiding this comment

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

This will always be true and is not necessary.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nschubach removed editable

@malavikakoppula malavikakoppula changed the base branch from arc-themes-release-version-2.5.1 to arc-themes-release-version-2.5.2 September 18, 2024 15:43
@malavikakoppula malavikakoppula removed the ready for review The PR author has completed the PR template and is ready for a review label Sep 18, 2024
@malavikakoppula malavikakoppula added the ready for review The PR author has completed the PR template and is ready for a review label Sep 18, 2024
@blakeganderson blakeganderson merged commit 026e20b into arc-themes-release-version-2.5.2 Nov 1, 2024
8 checks passed
@blakeganderson blakeganderson deleted the THEMES-2014 branch November 1, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review The PR author has completed the PR template and is ready for a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants