自訂任務的標籤 customizing-tabs-for-a-task

您可以自訂的標簽名稱 Start Process 中的元件 Start Process Uber檢視和 Task Details 中的元件 ToDo Uber檢視。

  1. 請遵循 AEM Forms工作區自訂的一般步驟.

  2. 變更值 tabnametranslation.json 檔案。

    例如,變更 /apps/ws/locales/en-US/translation.json 英文譯成下列內容。

    • 對於在啟動程式中啟動的任務,請使用以下程式碼片段: "startprocess" : {} 區塊。
    code language-json
    "tabname" : {
                "form" : "Application",
                "details" : "Overview",
                "attachments" : "Attachments",
                "notes" : "Helper Notes"
            }
    
    • 對於待辦事項中的工作,使用以下來源的程式碼片段: "todo" : {} 區塊。
    code language-json
    "tabname" : {
                "summary" : "Bird's-eye view",
                "history" : "Past",
                "form" : "Form",
                "details" : "Overview",
                "attachments" : "Attachments",
                "notes" : "Notes"
    }
    
    note note
    NOTE
    為所有支援的語言新增對應的機碼值組。
recommendation-more-help
19ffd973-7af2-44d0-84b5-d547b0dffee2