lore-generate-new
Version:
Generates a new Lore application
17 lines (12 loc) • 321 B
JavaScript
/**
* Configuration file for dialogs
*
* This file is where you define overrides for the default dialog behavior.
*/
export default {
/**
* DOM Element ID that the dialogs should be mounted to. Should be located
* outside the DOM element the application is mounted to.
*/
// domElementId: 'dialog'
}