CondeNastDigital / cnBolt-Extensions-ImageService

Use image services as replacement for Bolt's image fields. A connector for Cloudinary is already included.
1 stars 0 forks source link

Destroys Layout if using with Block/Repeater Field #2

Open twwd opened 6 years ago

twwd commented 6 years ago

If the imageservicelist is used inside a repeater or block field, it is unusable because it destroys the layout. blocks_and_imageservice

I've tried to investigate the problem but I haven't found any solution yet. It seems that this extension messes up with the order of the DOM nodes. The <div class="tab-pane" id="tab-meta"> and <div class="form-group hidden-xs"> are moved outside the <form name="content_edit">.

ToBe998 commented 6 years ago

afaik, the change to make i usable in repeaters is quiet heavy. That's the reason why most current custom fields and even some of bolt's own fields wont work there. Because of this, priority for this is currently very low, but if you (or anyone else) want to do a PR, feel free to do so.