Adobe Experience Manager: 라이선스 계약 페이지를 에셋에 추가하는 방법

설명 description

환경

AEM 6.5

문제/증상

AEM은 에셋을 다운로드하기 전에 라이선스 수락을 적용할 수 있습니다. 이 문서에서는 라이선스 계약 페이지를 에셋에 추가하는 방법에 대해 설명합니다.

해상도 resolution

두 가지 방법으로 라이선스 계약 페이지를 에셋에 추가할 수 있습니다.

첫 번째: xmpRights:WebStatement 속성

<path to target asset&gt;/jcr:content/metadata node에 다음 속성을 추가하십시오.

Name: xmpRights:WebStatement

Type: String

Value: &lt;path to license agreement page&gt;

예제 값:/libs/settings/dam/drm/licenses/TOUCH-UI-LICENSE.html

두 번째: adobe_dam:restrictions 속성

<path to target asset&gt;/jcr:content/metadata node에 다음 속성을 추가하십시오.

Name: adobe_dam:restrictions

Type: String

Value: &lt;HTML code&gt;
Example value:

  &lt;!DOCTYPE html&gt;

  &lt;html&gt;

  &lt;body&gt;

  &lt;p&gt;Sample license agreement description&lt;/p&gt;

  &lt;/body&gt;

  &lt;/html&gt;

xmpRights:WebStatement supersedes when you set both xmpRights:WebStatement and adobe_dam:restrictions.
recommendation-more-help
3d58f420-19b5-47a0-a122-5c9dab55ec7f