작업에 대한 탭 맞춤화 customizing-tabs-for-a-task

다음에 대한 탭 이름을 사용자 지정할 수 있습니다. Start Process 의 구성 요소 Start Process Uber 보기 및 Task Details 의 구성 요소 ToDo Uber 뷰입니다.

  1. 다음 AEM Forms 작업 공간 사용자 정의에 대한 일반 단계.

  2. 값 변경 tabname다음에서 translation.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