UNPKG

grapesjs

Version:

Free and Open Source Web Builder Framework

20 lines (13 loc) 397 B
module.exports = { stylePrefix: 'trt-', 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' } ] };