Support

Account

Home Forums Add-ons Repeater Field Disable reordering of the repeater field items Reply To: Disable reordering of the repeater field items

  • Could someone help me explain the Javascript API?

    I’ve tried this, but am looking for an action that runs after Sortable is set. “ready_field” runs before.

    acf.addAction('ready_field', function( field ){
        field.$el.addClass('new-way');
    });

    Is there more documentation on Field Actions?