abp-blueprint
Version:
RoadieJS blueprint to support Ordnance Survey's AddressBase Premium
51 lines (50 loc) • 797 B
JSON
[
{
"element": "counter",
"id": "lpiCounter",
"config": {
"startWith": 10,
"incrementBy": 1
}
},
{
"element": "counter",
"id": "deliveryCounter",
"config": {
"startWith": 10,
"incrementBy": 1
}
},
{
"element": "counter",
"id": "classificationCounter",
"config": {
"startWith": 10,
"incrementBy": 1
}
},
{
"element": "counter",
"id": "organisationCounter",
"config": {
"startWith": 10,
"incrementBy": 1
}
},
{
"element": "counter",
"id": "xrefCounter",
"config": {
"startWith": 10,
"incrementBy": 1
}
},
{
"element": "counter",
"id": "successorCounter",
"config": {
"startWith": 10,
"incrementBy": 1
}
}
]