Convert the page editor to the new TinyMCE.
Convert the page editor to the new TinyMCE.

File last commit:

795a5d5dc361
9d6658343799
Show More
.gitattributes
15 lines | 202 B | text/plain | TextLexer
/ .gitattributes
Start with basic .gitignore and .gitattributes files.
r0 # Anything not explicitly listed
* text=auto
# Code files
*.php text
*.css text
*.js text
*.html text
# Images
*.png binary
*.jpg binary
*.gif binary
*.psd binary
Add TinyMCE 4.5.7 distribution.
r14 *.svg binary