lb_plus-1.0.x-dev/js/tools/configure/shared/configure-section.js
js/tools/configure/shared/configure-section.js
export const configureSection = (sectionUuid) => {
const url = drupalSettings.navigationPlus.toolIndicators.links.configure[sectionUuid];
Drupal.NavigationPlus.ModePluginBase.dialog({
url: url,
width: 900,
message: Drupal.t('Configuring section...'),
});
}
