Replacing tags
Tags allow you to populate text by replacing the tag with a value of your choice.
Last updated
Tags allow you to populate text by replacing the tag with a value of your choice.
Last updated
{
"presentation": {
"template": "slides_as_template_tagging.pptx",
"export_version": "Pptx2010",
"slides": [
{
"type": "slide",
"slide_index": 0,
"shapes": [],
"tags": [
{
"key": "client",
"value": "Your favourite client"
},
{
"key": "date",
"value": "09/09/2021"
}
]
},
{
"type": "slide",
"slide_index": 1,
"shapes": [],
"tags": [
{
"key": "product",
"value": "PowerPoint Generator API"
},
{
"key": "adjective",
"value": "frustrating"
}
]
}
]
}
}