Closed micker closed 10 months ago
I am not sure that i understand you ,
is this specific issue specific to the pannellum layout of the image-gallery field ? and what exactly is the issue, you are trying to modify the pannellum layout ?
no i think repetable field (joomla field) can't works with ajax option loading
i add this code
<field
name="hotspot"
type="subform"
label="FLEXI_HOT_SPOTS_LABEL"
description="FLEXI_HOT_SPOTS_DESC"
multiple="true"
min="1"
max="100"
>
<form>
<field
name="pitch"
type="number"
label="FLEXI_HOTS_SPOTS_PITCH"
description="FLEXI_HOTS_SPOTS_PITCH_DESC"
/>
<field
name="yaw"
type="number"
label="FLEXI_HOTS_SPOTS_YAW"
description="FLEXI_HOTS_SPOTS_YAW_DESC"
/>
<field
name="hot_spot_text"
type="textarea"
label="FLEXI_HOTS_SPOTS_TEXT"
cols="40"
rows="8"
description="FLEXI_HOTS_SPOTS_TEXT_DESC"
/>
<field
name="hot_spot_url"
type="url"
label="FLEXI_HOTS_SPOTS_URL"
description="FLEXI_HOTS_SPOTS_URL_DESC"
/>
</form>
Repeatable field can't works on image field i try to add this in pannellum layout to create multi point system but i think we have a conflict with Ajax loading