Suppression aloha
This commit is contained in:
parent
04b0e879a4
commit
593abf246e
@ -1 +0,0 @@
|
||||
Subproject commit 97cacd37ee095d66b8018c89ac072c783df36840
|
@ -1 +0,0 @@
|
||||
Subproject commit c574ed110c2cb3fb2927ad2ca529b18522be2f88
|
@ -1 +0,0 @@
|
||||
Subproject commit a9b8cd6b908016f32dcfee138d4b9eea5ed03b5e
|
@ -1 +0,0 @@
|
||||
Subproject commit 79dae8c2f3e926d1d1df673a2ed5d9432244a655
|
@ -1 +0,0 @@
|
||||
Subproject commit 11d45d8df725f0e15501c1447975b84473b8c116
|
@ -1 +0,0 @@
|
||||
Subproject commit a148845e30f7a1f6aa2640d12070dbfa44773370
|
@ -1 +0,0 @@
|
||||
Subproject commit b8bac9b6b11ddd2dfa141053229c17ca209425a3
|
@ -1 +0,0 @@
|
||||
Subproject commit ada3208a19a31251ad0a58f136bbb09fea68fd70
|
@ -1 +0,0 @@
|
||||
Subproject commit bb554a9c74388612ab39b16657d688edf3581891
|
@ -1 +0,0 @@
|
||||
Subproject commit 7d622b36dc1501f993f39e74649fef64c403ba67
|
@ -1 +0,0 @@
|
||||
Subproject commit e71536475f32b7ee191087f76c2d7acbadad14be
|
@ -1,53 +0,0 @@
|
||||
GENTICS.Aloha.settings = {
|
||||
errorhandling : false,
|
||||
ribbon: false,
|
||||
"i18n": {"current": "fr"},
|
||||
"plugins": {
|
||||
"com.gentics.aloha.plugins.GCN": {
|
||||
"enabled": false
|
||||
},
|
||||
"com.gentics.aloha.plugins.Align": {
|
||||
// Allow align left, center and justify only for all elements
|
||||
// 4 possibilities : left, center, right and justify
|
||||
config : [ 'left','center','right','justify'],
|
||||
|
||||
},
|
||||
"Paste": {
|
||||
|
||||
enable: true
|
||||
|
||||
},
|
||||
"com.gentics.aloha.plugins.FontSize": {
|
||||
|
||||
|
||||
config : ['increase', 'decrease']
|
||||
|
||||
},
|
||||
"com.gentics.aloha.plugins.Format": {
|
||||
config : [ 'b', 'i','u','del','sub','sup','removeFormat'],
|
||||
},
|
||||
"com.gentics.aloha.plugins.TextColor": {
|
||||
|
||||
enable: true
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
jQuery(document).ready(function($) {
|
||||
|
||||
$(".notice").each(function(index) {
|
||||
|
||||
var self = $(this);
|
||||
var postId = self.attr("data-id");
|
||||
var postField = self.attr("data-field");
|
||||
|
||||
// add callbacks to update post data fields:
|
||||
self.aloha()
|
||||
});
|
||||
|
||||
});
|
@ -1 +0,0 @@
|
||||
Subproject commit e7d72a2c3022ee2b540d1611d274dfd916b8f296
|
Loading…
x
Reference in New Issue
Block a user