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.

  • 8,562 Total posts
  • 141,654 Total replies
8562 Total posts
Adobe Experience Manager: パスフィールドにアセットをドラッグ&ドロップで指定する機能の有効化

【目的】AEM 6.5.10から、ページ編集画面で、パスフィールドの入力にアセットブラウザーからのドラッグ&ドロップが使えるようになりました。本記事では、パスフィールドにドラッグ&ドロップ機能を有効化する手順を説明します。この機能はAEM 6.5.10のリリースノートに記載の下記項目に該当します。https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/service-pack/6.5.10.html?lang=ja・Sitesエディターにあるパスフィールドを使用すると、作成者はContent Finderからアセットをドラッグできます【環境】AEM as a Cloud Service, AEM 6.5.10以降【対応方法】パスフィールドのノードにdroppableプロパティを追加します。名:droppableタイプ:Boolean 値:trueWKNDのHelloWorldコンポーネントにパスフィールドを追加し、droppable属性をtrueにしたカスタマイズ例を示します。(https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/component-basics.html?lang=ja)/apps/wknd/components/helloworld/cq:dialog/content/items/column/items/path<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" jcr:primaryType="nt:unstructured"