chat_ui/json/issueActions.json
2025-03-15 13:45:02 +03:30

106 lines
2.3 KiB
JSON

[
{
"title": "فایلهای مرتبط",
"key": "files",
"type": "EntitySliderContentTwo",
"scrollTitle": "فایل مرتبط",
"modalName": "files-modal"
},
{
"title": "ضرورت اجتماعی",
"key": "necessity",
"type": "EntitySliderContent",
"scrollTitle": "ضرورت اجتماعی",
"modalName": "socialEffects-modal"
},
{
"title": "لینک‌های بیرونی",
"key": "links",
"type": "EntitySliderContentTwo",
"scrollTitle": "لینک بیرونی",
"modalName": "links-modal"
},
{
"title": "عنوان",
"scrollTitle": "عنوان",
"key": "title",
"type": "EntityTextContent",
"modalName": "simple-modal"
},
{
"title": "چکیده مساله",
"scrollTitle": "چکیده مساله",
"key": "summary",
"type": "EntityTextContent",
"modalName": "simple-modal"
},
{
"title": "بیان",
"key": "description",
"type": "EntityTextContent",
"modalName": "description-modal"
},
{
"title": "اهداف مساله",
"key": "target",
"type": "EntityTextContent",
"scrollTitle": "هدف",
"modalName": "simple-modal"
},
{
"title": "روش پیشنهادی",
"key": "method",
"type": "EntityTextContent",
"scrollTitle": "روش پیشنهادی",
"modalName": "simple-modal"
},
{
"title": "توضیح",
"key": "text",
"type": "EntityTextContent",
"scrollTitle": "توضیح",
"modalName": "simple-modal"
},
{
"title": "سوالات طرح",
"key": "questions",
"type": "EntityListContent",
"scrollTitle": "سوال طرح",
"modalName": "question-modal"
},
{
"title": "محصولات",
"key": "products",
"type": "EntityListContent",
"scrollTitle": "محصول",
"modalName": "products-modal"
},
{
"title": "معیارها",
"key": "crition",
"type": "EntityListContent",
"scrollTitle": "معیار",
"modalName": "crition-modal"
},
{
"title": "موضوعات",
"key": "subject",
"type": "EntityHorizontalListContent",
"scrollTitle": "موضوع",
"modalName": "subject-modal"
},
{
"title": "واژه گان",
"key": "keywords",
"type": "EntityHorizontalListContent",
"scrollTitle": "واژه",
"modalName": "keywords-modal"
}
]