Web2Cit/data/au/com/artsandculturemap/www/templates.json
Appearance
[
{
"path": "/the-historic-hambledon-hotel",
"label": "Arts and Culture Map",
"fields": [
{
"fieldname": "itemType",
"required": true,
"procedures": [
{
"selections": [
{
"type": "citoid",
"config": "itemType"
}
],
"transformations": []
}
]
},
{
"fieldname": "title",
"required": true,
"procedures": [
{
"selections": [
{
"type": "citoid",
"config": "title"
}
],
"transformations": [
{
"type": "split",
"config": "- Arts and Culture Map",
"itemwise": true
},
{
"type": "range",
"config": "1",
"itemwise": false
}
]
}
]
},
{
"fieldname": "publishedIn",
"required": true,
"procedures": [
{
"selections": [
{
"type": "fixed",
"config": "Arts and Culture Map"
}
],
"transformations": []
}
]
},
{
"fieldname": "publishedBy",
"required": true,
"procedures": [
{
"selections": [
{
"type": "fixed",
"config": "Cairns Regional Council"
}
],
"transformations": []
}
]
}
]
}
]