You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of RRM Phase 2, the WordPress taxonomy term screens will allow users to override the snippet configuration at the taxonomy term level. This issue should implement the fields to allow the said configuration.
Feature Description
As part of RRM Phase 2, the WordPress taxonomy term screens will allow users to override the snippet configuration at the taxonomy term level. This issue should implement the fields to allow the said configuration.
Example mock:
The select field having a label of “Product ID Override”* will reflect and change the value of the
googlesitekit_rrm_{Publication ID}:productID
term meta setting with the following options:productIDs
module setting.* The final version of the labels should be checked and confirmed with Sigal and Mariya.
In order to add the field, the following WordPress hooks should be used:
{$taxonomy}_add_form_fields
{$taxonomy}_edit_form_fields
The following hooks should be used to handle the saving of the term meta setting:
created_{$taxonomy}
edited_{$taxonomy}
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: