Commit c98cd1e9 authored by Georgios Dagkakis's avatar Georgios Dagkakis

product/PortalTransforms/transforms/identity.py: add text/javascript and text/css to inputs

parent 865156c4
...@@ -18,7 +18,7 @@ class IdentityTransform: ...@@ -18,7 +18,7 @@ class IdentityTransform:
def __init__(self, name=None, **kwargs): def __init__(self, name=None, **kwargs):
self.config = { self.config = {
'inputs' : ('text/x-rst',), 'inputs' : ('text/x-rst', 'text/javascript', 'text/css'),
'output' : 'text/plain', 'output' : 'text/plain',
} }
self.config_metadata = { self.config_metadata = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment