Merge branch 'feature/LIL-582' into 'master'

LIL-582 links in redactor

See merge request lilcity/backend!107
remotes/origin/hotfix/LIL-661
cfwme 8 years ago
commit d30741751b
  1. 4
      web/src/components/redactor/VueRedactor.vue

@ -18,7 +18,7 @@
const me = this;
$(me.$refs.input).redactor({
air: true,
buttonsHide: ['image', 'link', 'format'],
buttonsHide: ['image', 'format'],
lang: 'ru',
placeholder: this.placeholder,
callbacks: {
@ -40,4 +40,4 @@
<style scoped>
</style>
</style>

Loading…
Cancel
Save