1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

summernote: add default height to config js

This commit is contained in:
cyril 2015-05-18 21:48:10 +02:00
parent 0f13d1ce42
commit 0678c2d582

View File

@ -69,6 +69,7 @@ config(['$locationProvider', '$httpProvider', 'AuthProvider', "growlProvider", "
$rootScope.summernoteOpts = {
lang: 'fr-FR',
height: 200,
toolbar: [
['style', ['style']],
['font', ['bold', 'italic', 'underline', 'clear']],