<field name="images"
type="repeatable"
icon="images"
description="PLG_TINY_FIELD_TEMPLATE_FIELD_ELEMENTS_DESC"
label="Carousel images"
maximum="10"
filter="raw"
default="{'main_image':'','description':''}">
<fields name="params">
<fieldset hidden="true" name="images_modal" repeat="true">
<field name="main_image"
type="media"
preview="tooltip"
directory="images"
label="Main image"
description="This is the main image for this slide" />
<field name="description"
type="editor"
editor="none"
buttons="true"
width="250"
height="80"
hide="image,module,readmore,pagebreak"
label="Image description"
description="The description text for the image" />
</fieldset>
</fields>
</field>
Open a modal to choose an article
A new page opens and the article cannot be selected
Joomla 3.5.1
Apache/2.4.12 (Ubuntu)
Database client version: libmysql - 5.6.28
PHP extension: mysqliDocumentation curlDocumentation mbstringDocumentation
PHP version: 5.6.11-1ubuntu3.1
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-04-17 07:47:51 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
?
|
Hello brianteeman is this problem solved or still exists as i have a situation to use this.
And editor is not working event not editable inside repeatable form field.
please revert if any solution.
Thanks
The repeatable
field is deprecated. Try subform
field instead. https://docs.joomla.org/Subform_form_field_type
Sadly this is a known issue that is already on the tracker and doesn't have
a solution yet but thanks for reporting