-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add support for Recipe component #1218
Conversation
], | ||
'recipe_background_color_dark' => [ | ||
'default' => '', | ||
'label' => __( 'Recipe background color', 'apple-news' ), |
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.
Do these dark colors need additional labeling to specify that they're for the dark variant (here and on line 1371, 1381, etc...)?
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.
In practice, they appear in a dedicated section of fields for dark mode.
} | ||
|
||
// Second, try to find schema in the HEAD of the post on the frontend. | ||
// Could check BODY as well, but the post content is already being scanned. That might be enough. |
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.
Any update needed to this comment after testing in development?
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 is the "serious" revision of the comment 😆 But I wanted to leave it because I don't really know whether it will be confirmed when actual sites start to use the feature and leave feedback about whether the schema is being picked up.
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.
lgtm 🍣
No description provided.