RE: lfr-drop-zone does not render a drop zone area

Alejandro González Jiménez, modified 5 Years ago. New Member Posts: 7 Join Date: 6/24/20 Recent Posts
Hello my LR version is "liferay-ce-portal-7.3.1-ga2".I´m using the new lfr-drop-zone inside a fragment. My fragment HTLM code is

<div class="fragment_40128">
<h1>Some Text</h1>
  <lfr-drop-zone id="drop-zone1"></lfr-drop-zone>
  <p>More text</p>
</div>

After that, i published the fragment, created a new page based on Blank and added the fragment. The problem is i don´t see any area to drop a fragment inside my new fragment. I tried to drag and drop fragments inside but it is not working.According to this QA (https://issues.liferay.com/browse/LPS-112739) i should see a  "Place fragments here" message inside my fragment. is that correct?

Thanks in advance for your help.
thumbnail
Christoph Rabel, modified 5 Years ago. Liferay Legend Posts: 1555 Join Date: 9/24/09 Recent Posts
Dropzones are only supported in GA3+. Won't work in your version.
https://liferay.dev/blogs/-/blogs/liferay-portal-7-3-ce-ga3-release
Forest Magpie, modified 5 Years ago. New Member Post: 1 Join Date: 7/30/20 Recent Posts
Christoph Rabel:

Dropzones are only supported in GA3+. Won't work in your version.
https://liferay.dev/blogs/-/blogs/liferay-portal-7-3-ce-ga3-release/walgreenslistens
Thank you for the explanation. It is clear for me.
Lee Jordan, modified 5 Years ago. Expert Posts: 449 Join Date: 5/26/15 Recent Posts
Is there any road map from Liferay as to when content pages will be properly up to speed with the features that we currently enjoy with widget pages?
Alejandro González Jiménez, modified 5 Years ago. New Member Posts: 7 Join Date: 6/24/20 Recent Posts
Thanks Christoph, I´ll try with the GA3 version