Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4985 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
import axios from './axios'
2
 
3
export {
3230 stevensc 4
  axios
1 www 5
}
2043 steven 6
 
7
export const CKEDITOR_OPTIONS = {
3230 stevensc 8
  toolbar: [
9
    { name: 'editing', items: ['Scayt'] },
4986 stevensc 10
    { name: 'links', items: ['Link'] },
3230 stevensc 11
    { name: 'paragraph', items: ['NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', 'Blockquote'] },
12
    { name: 'basicstyles', items: ['Bold', 'Italic', 'Strike', 'RemoveFormat'] },
13
    '/',
4986 stevensc 14
    { name: 'insert', items: ['Table', 'HorizontalRule', 'SpecialChar'] },
3230 stevensc 15
    { name: 'styles', items: ['Styles', 'Format'] },
16
    { name: 'tools', items: ['Maximize'] }
17
  ],
18
  heigth: 100
2043 steven 19
}
1 www 20
export * from './globals'