lb_plus-1.0.x-dev/js/tools/configure/callbacks/configure-section.js
js/tools/configure/callbacks/configure-section.js
import { configureSection } from '../shared/configure-section.js';
// Ajax Response callback that opens the section configuration in a modal.
jQuery.fn.LBPlusConfigureSection = (uuid) => {
configureSection(uuid);
};
