Add post-level RRM settings #9962
Labels
Module: RRM
Reader Revenue Manager module related issues
Next Up
Issues to prioritize for definition
P0
High priority
Team M
Issues for Squad 2
Type: Enhancement
Improvement of an existing feature
Feature Description
As part of RRM Phase 2, the WordPress post editor will allow users to override the snippet configuration at the post 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
post meta setting with the following options:productIDs
module setting.* The final version of the labels should be checked and confirmed with Sigal and Mariya.
As this will be rendered within the WordPress post editor, the new
googlesitekit-reader-revenue-manager-post-editor.js
JavaScript entry point should be used here.The
PluginDocumentSettingPanel
component from@wordpress/editor
should be used to compose a setting panel for Site Kit. It should use relevant components from@wordpress/components
to implement the necessary setting field.A PoC has already implemented this largely which can be used as a starting point.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
rrmModuleV2
feature flag is enabled, the Reader Revenue Manager module is connected, and the current user has access to the Reader Revenue Manager module:Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: