-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Description
amp-story-shopping-config
can either have ascript
child or asrc
attribute
a) Inline is always required
b) If asrc
is present it will override inline
c) If remote fails it should fallback to the inline config- Data should be fetched and set in the store service under a new entry called
SHOPPING_STATE
.
products should be keyed to shopping state by theirproduct-tag-id
value so they can be read without iterating over data. This could follow a similar pattern as theADD_PANNING_MEDIA_STATE
action. amp-story-shopping-tag
should subscribe toSHOPPING_STATE
and update its text content with theproduct-title
value.
Validation is not part of this PR. Follow up PRs will validate JSON before setting it. I2I