사용자가 Edge UI에 처음 액세스할 때 동의 배너를 표시할 수 있습니다. 동의 배너
HTML 형식의 텍스트와 사용자가 로그인 화면으로 진행하기 위해 선택하는 버튼을 표시합니다.
예를 들면 다음과 같습니다.
동의 배너를 추가하려면 다음 단계를 따르세요.
편집기에서 ui.properties 파일을 엽니다. 파일이 없으면
다음과 같습니다.
vi /opt/apigee/customer/application/ui.properties
다음 속성을 설정합니다.
# Enable the consent banner:
conf_apigee-base_apigee.feature.enableconsentbanner="true"
# Set the button text:
conf_apigee-base_apigee.consentbanner.buttoncaption="I Agree"
# Set the HTML text:
conf_apigee-base_apigee.consentbanner.body="<h1>Notice and Consent Banner</h1>
<div><p>Enter your consent text here.</p></div>"
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2026-02-03(UTC)"],[],[]]