FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
83 stars 53 forks source link

repetable field can't works on image field #999

Closed micker closed 10 months ago

micker commented 3 years ago

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

ggppdk commented 3 years 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 ?

micker commented 3 years ago

no i think repetable field (joomla field) can't works with ajax option loading 2021-01-04_08h49_02

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>

micker commented 2 years ago

https://github.com/FLEXIcontent/flexicontent-cck/issues/1031