abp-blueprint
Version:
RoadieJS blueprint to support Ordnance Survey's AddressBase Premium
74 lines (68 loc) • 1.25 kB
JSON
[
{
"element": "ui",
"id": "propertyCreateUi",
"config": {
"title": "Create street UI"
}
},
{
"element": "widget",
"id": "jumbotron",
"path": "propertyCreateUi",
"config": {
"widgetType": "jumbotron",
"fullWidth": true
}
},
{
"element": "widget",
"id": "heading",
"path": "propertyCreateUi.jumbotron",
"config": {
"widgetType": "heading",
"size": 1,
"text": "Property"
}
},
{
"element": "widget",
"id": "paragraph",
"path": "propertyCreateUi.jumbotron",
"config": {
"widgetType": "paragraph",
"text": "Create a new property"
}
},
{
"element": "widget",
"id": "container",
"path": "propertyCreateUi",
"config": {
"widgetType": "container"
}
},
{
"element": "widget",
"id": "uprn",
"path": "propertyCreateUi.container",
"config": {
"widgetType": "text",
"prompt": {
"text": "UPRN"
},
"dataPath": "uprn"
}
},
{
"element": "paste",
"id": "uiPaste",
"path": "propertyCreateUi.container",
"config": {
"sourceType": "macro",
"options": {
"name": "propertyUiMacro"
}
}
}
]