Support

Account

Home Forums Feature Requests Drag Flexible Content layouts between parent Repeaters Reply To: Drag Flexible Content layouts between parent Repeaters

  • Hi guys

    This is a great idea.

    It should be possible by adding the following to the sortable JS args for the flexible content initialization function:

    
    connectWith: '.acf-flexible-content .values',
    

    This is untested, but the connectWith param should allow you to move from one sortable to another. The input’s name attributes should also allow for this to work..

    Please test and report back with any issues / results