close #1341 Changed: Remove code and image buttons from settings editor

This commit is contained in:
Cüneyt Şentürk
2020-03-10 17:43:19 +03:00
parent f75635c4ae
commit 64cd21d5ea
4 changed files with 104 additions and 13 deletions

View File

@ -11,12 +11,13 @@ import AkauntingSelect from './../components/AkauntingSelect';
import AkauntingSelectRemote from './../components/AkauntingSelectRemote';
import AkauntingDate from './../components/AkauntingDate';
import AkauntingRecurring from './../components/AkauntingRecurring';
import AkauntingHtmlEditor from './../components/AkauntingHtmlEditor';
import NProgress from 'nprogress';
import 'nprogress/nprogress.css';
import NProgressAxios from './../plugins/nprogress-axios';
import { Select, Option, Steps, Step, Button, Link, Tooltip } from 'element-ui';
import { Select, Option, Steps, Step, Button, Link, Tooltip, ColorPicker } from 'element-ui';
import Form from './../plugins/form';
@ -31,6 +32,7 @@ export default {
AkauntingModalAddNew,
AkauntingDate,
AkauntingRecurring,
AkauntingHtmlEditor,
[Select.name]: Select,
[Option.name]: Option,
[Steps.name]: Steps,
@ -38,6 +40,7 @@ export default {
[Button.name]: Button,
[Link.name]: Link,
[Tooltip.name]: Tooltip,
[ColorPicker.name]: ColorPicker,
},
data: function () {