-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
There was a problem hiding this 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; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nschubach removed editable
026e20b
into
arc-themes-release-version-2.5.2
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
git checkout THEMES-2014
npx fusion start -f -l @wpmedia/large-promo-block