SmartIT_Extensions/BMC/smart-it-full/mocks/knowledge-article-templates...

108 lines
3.7 KiB
JSON

[
{
"items":[
{
"objects" : [
{
"name": "Frontline SD Bulleted",
"desc": "Standard format for articles created for the L1 Service Desk",
"templateObject": {
"sections": [
{
"label": "Problem",
"snippet": "This is my div to be replaced with CKEditor. 1111",
"order": 1
},
{
"label": "Environment",
"snippet": "This is my div to be replaced with CKEditor. 2222",
"order": 2
},
{
"label": "Resolution",
"snippet": "This is my div to be replaced with CKEditor. 3333",
"order": 3
},
{
"label": "Sample Email to Customer",
"snippet": "This is my div to be replaced with CKEditor. 4444",
"order": 4
}
]
}
},
{
"name": "How To",
"type": "knowledgeTemplate",
"desc": "The How To template enables you to create knowledge articles to provide step-by-step instructions to complete a task.",
"templateObject": {
"sections": [
{
"label": "Answer",
"snippet": "Answer Description",
"order": 2
},
{
"label": "Question",
"snippet": "Question Description",
"order": 1
},
{
"label": "Technician Notes",
"snippet": "Technician Notes Description",
"order": 3
}
]
}
},
{
"name": "RightAnswers",
"desc": "A short desciption for this template might show up here if one is provided",
"templateObject": {
"sections": [
{
"label": "Problem",
"snippet": "This is my div to be replaced with CKEditor. 1111",
"order": 1
},
{
"label": "Answer",
"snippet": "This is my div to be replaced with CKEditor. 2222",
"order": 2
}
]
}
},
{
"name": "Technical Manual",
"desc": "This template has a few locked sections of per-specified text that cannot be chanaged",
"templateObject": {
"sections": [
{
"label": "Introduction",
"snippet": "This is my div to be replaced with CKEditor. 1111",
"order": 4
},
{
"label": "Table of Contents",
"snippet": "This is my div to be replaced with CKEditor. 2222",
"order": 1
},
{
"label": "Common Installation Instructions",
"snippet": "This is my div to be replaced with CKEditor. 3333",
"order": 3
},
{
"label": "Product Specific Instructions",
"snippet": "This is my div to be replaced with CKEditor. 4444",
"order": 2
}
]
}
}
]
}
]
}
]