appy.gen: replaced tiny_mce with ckeditor.
This commit is contained in:
parent
ba1743b38e
commit
0e7dfa3aaf
469 changed files with 1265 additions and 40371 deletions
|
@ -1339,7 +1339,7 @@ class String(Type):
|
|||
|
||||
def getJs(self, layoutType):
|
||||
if (layoutType == 'edit') and (self.format == String.XHTML):
|
||||
return ('tiny_mce/tiny_mce.js',)
|
||||
return ('ckeditor/ckeditor.js',)
|
||||
|
||||
class Boolean(Type):
|
||||
def __init__(self, validator=None, multiplicity=(0,1), index=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue