UNPKG

grapesjs

Version:

Free and Open Source Web Builder Framework

25 lines (18 loc) 652 B
export default { stylePrefix: 'trt-', // Specify the element to use as a container, string (query) or HTMLElement // With the empty value, nothing will be rendered appendTo: '', labelContainer: 'Component settings', // Placeholder label for text input types labelPlhText: 'eg. Text here', // Placeholder label for href input labelPlhHref: 'eg. https://google.com', // Default options for the target input optionsTarget: [ { value: '', name: 'This window' }, { value: '_blank', name: 'New window' } ], // Text to show in case no element selected textNoElement: 'Select an element before using Trait Manager' };