Rev 4986 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
import axios from './axios'
export { axios }
export const CKEDITOR_OPTIONS = {
toolbar: [
{ name: 'editing', items: ['Scayt'] },
{ name: 'links', items: ['Link'] },
{
name: 'paragraph',
items: [
'NumberedList',
'BulletedList',
'-',
'Outdent',
'Indent',
'Blockquote',
],
},
{
name: 'basicstyles',
items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'],
},
'/',
{ name: 'insert', items: ['Table', 'HorizontalRule', 'SpecialChar'] },
{ name: 'styles', items: ['Styles', 'Format'] },
{ name: 'tools', items: ['Maximize'] },
],
heigth: 100,
}
export * from './globals'