Skip to main content

Adobe Experience Manager Sites

Welcome to the Adobe Experience Manager Community! Connect with peers to ask questions, share best practices, explore release updates, and contribute ideas that shape the future of Adobe Experience Manager.

  • 10000+ Total posts
  • 141,654 Total replies
8562 Total posts
Adobe Experience Manager: アセットの使用許諾契約書ページの設定方法

Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version.   【目的】AEMにはアセットのデジタル著作権管理機能があります。https://experienceleague.adobe.com/docs/experience-manager-65/assets/administer/drm.html本記事では、デジタル著作権管理で使用する使用許諾契約書ページの設定方法をご紹介します。   【環境】AEM 6.5   【対応方法】アセットのプロパティにA. 使用許諾契約書ページへのパスを指定するか、B. HTMLそのものを記述します。   A. 使用許諾契約書ページへのパスを指定次のプロパティを<対象のアセットへのパス>/jcr:content/metadata ノードに追加します。 名前: xmpRights:WebStatement種類: String値: <使用許諾契約書ページへのパス> 使用許諾契約書ページへのパス例: /libs/settings/dam/drm/licenses/TOUCH-UI-LICENSE.html実際のご利用に際してはお客様の使用許諾契約書ページを作成し、そのパスを指定してください。   B. HTMLそのものを記述 次のプロパティを<対象のアセットへのパス>/jcr:content/metadata ノードに追加します。 名前: adobe_dam:restrictions種類: String値: <使用許諾契約書ページのHTML> 使用許諾契約書ページのHTMLの例:   <!DOCTYPE html> <html> <body> <p>Sample license agreement description</p> </body> </html>   なお、xmpRights:WebStatementとado