-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
Component: amp-listStaleInactive for one year or moreInactive for one year or moreType: Feature RequestWG: components
Description
Very often client-side text templating is very useful. It is consisted of a string template and key-value map fetched in the form of json objects.
Example:
{"template" : { "message" : "Hello [name], today's weather is [weather]!"}}
{"values" : {"name" : "Mickey", "weather" : "sunny"}}
The outcome: "Hello Mickey, today's weather is sunny!"
Currently this is not doable using amp-list and amp-mustache because values inside a json response is not evaluated, also amp-list cannot be nested.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: amp-listStaleInactive for one year or moreInactive for one year or moreType: Feature RequestWG: components