Update admin submodule to allow iframes in pages.
Update admin submodule to allow iframes in pages.

File last commit:

b114b0b0b176
bf0b3d6d3240
Show More
.gitattributes
16 lines | 222 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 root-directory files.
r2 *.ico binary
Add images for website parts.
r5 *.svg text eol=lf