mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Revert image plugin until completed
This commit is contained in:
parent
ef9a147d31
commit
fee5925246
@ -72,8 +72,10 @@
|
|||||||
redactorOptions.fullpage = true
|
redactorOptions.fullpage = true
|
||||||
}
|
}
|
||||||
|
|
||||||
redactorOptions.plugins = ['cleanup', 'fullscreen', 'figure', 'image', 'quote', 'table']
|
// redactorOptions.plugins = ['cleanup', 'fullscreen', 'figure', 'image', 'quote', 'table']
|
||||||
redactorOptions.buttons = ['formatting', 'bold', 'italic', 'unorderedlist', 'orderedlist', 'link', 'horizontalrule', 'html'],
|
// redactorOptions.buttons = ['formatting', 'bold', 'italic', 'unorderedlist', 'orderedlist', 'link', 'horizontalrule', 'html'],
|
||||||
|
redactorOptions.plugins = ['cleanup', 'fullscreen', 'figure', 'quote', 'table']
|
||||||
|
redactorOptions.buttons = ['formatting', 'bold', 'italic', 'unorderedlist', 'orderedlist', 'image', 'link', 'horizontalrule', 'html'],
|
||||||
|
|
||||||
this.$textarea.redactor(redactorOptions)
|
this.$textarea.redactor(redactorOptions)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user