Start Process
Uber 보기의 Start Process
구성 요소와 ToDo
Uber 보기의 Task Details
구성 요소에 대한 탭 이름을 사용자 지정할 수 있습니다.
AEM Forms 작업 영역 사용자 지정](/docs/experience-manager-64/forms/using/generic-steps-html-workspace-customization.html?lang=ko)에 대한 [일반 단계를 따릅니다.
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"
}
지원되는 모든 언어에 해당하는 키-값 쌍을 추가합니다.