Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs_fs2erp5_gadget
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
officejs_fs2erp5_gadget
Commits
32da2ce4
Commit
32da2ce4
authored
Sep 07, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support png,html,css
parent
b74bb6d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
jio_fs2erp5storage.js
jio_fs2erp5storage.js
+7
-0
No files found.
jio_fs2erp5storage.js
View file @
32da2ce4
...
...
@@ -382,6 +382,7 @@
switch
(
ext
)
{
case
"
template
"
:
case
"
html
"
:
case
"
htm
"
:
path
=
"
web_page_module
"
;
xmldoc
.
portal_type
=
"
Web Page
"
;
xmldoc
.
content_type
=
"
text/html
"
;
...
...
@@ -391,12 +392,18 @@
xmldoc
.
portal_type
=
"
Web Script
"
;
xmldoc
.
content_type
=
"
text/javascript
"
;
break
;
case
"
css
"
:
path
=
"
web_page_module
"
;
xmldoc
.
portal_type
=
"
Web Style
"
;
xmldoc
.
content_type
=
"
text/css
"
;
break
;
case
"
appcache
"
:
path
=
"
web_page_module
"
;
xmldoc
.
portal_type
=
"
Web Manifest
"
;
xmldoc
.
content_type
=
"
application/json
"
;
xmldoc
.
text_content
=
id
;
break
;
case
"
png
"
:
case
"
gif
"
:
case
"
jpg
"
:
path
=
"
image_module
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment