[gen] Integrated ckeditor 4.1.
This commit is contained in:
parent
c87db8d167
commit
e1e1b90921
184 changed files with 2708 additions and 40 deletions
|
@ -1822,7 +1822,7 @@ class BaseMixin:
|
|||
# Define the attributes that will initialize the ckeditor instance for
|
||||
# this field.
|
||||
field = self.getAppyType(name)
|
||||
ckAttrs = {'toolbar': field.richText and 'AppyRich' or 'Appy',
|
||||
ckAttrs = {'toolbar': 'Appy',
|
||||
'format_tags': '%s' % ';'.join(field.styles),
|
||||
'width': field.width}
|
||||
if field.allowImageUpload:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue