Adobe Experience Manager:アセットに使用許諾契約ページを追加する方法は?

説明 description

環境

AEM 6.5

問題/症状

AEM では、アセットをダウンロードする前に、ライセンスへの同意を実施することができます。 この記事では、アセットに使用許諾契約ページを追加する方法について説明します。

解決策 resolution

アセットに使用許諾契約ページを追加するには、2 とおりの方法があります。

1 つ目: 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

2 番目: 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