您可以在Start Process
Uber檢視中自訂Start Process
元件的索引標籤名稱,以及在ToDo
Uber檢視中自訂Task Details
元件的索引標籤名稱。
請依照AEM Forms工作區自訂的一般步驟操作。
更改translation.json
檔案中tabname
的值。
例如,將英文的/apps/ws/locales/en-US/translation.json
變更為下列內容。
"startprocess" : {}
塊中的以下代碼段。"tabname" : {
"form" : "Application",
"details" : "Overview",
"attachments" : "Attachments",
"notes" : "Helper Notes"
}
"todo" : {}
塊中的以下代碼段。"tabname" : {
"summary" : "Bird's-eye view",
"history" : "Past",
"form" : "Form",
"details" : "Overview",
"attachments" : "Attachments",
"notes" : "Notes"
}
為所有支援的語言新增對應的索引鍵值組。