7 |
|
|
8 |
our @ContentMediaType = |
our @ContentMediaType = |
9 |
( |
( |
10 |
{type => 'text/x-suikawiki', module => 'SWE::Lang::SWML', |
{type => 'text/x-suikawiki', module => 'SWE::Object::Document::SWML', |
11 |
label => 'SWML'}, |
label => 'SWML'}, |
12 |
{type => 'text/x.suikawiki.image', module => 'SWE::Lang::SWML'}, |
{type => 'text/x.suikawiki.image', module => 'SWE::Object::Document::SWML'}, |
13 |
{type => 'application/x.suikawiki.config'}, |
{type => 'application/x.suikawiki.config'}, |
14 |
{type => 'text/plain', label => 'Plain text'}, |
{type => 'text/plain', label => 'Plain text'}, |
15 |
{type => 'image/x-canvas-instructions+text', |
{type => 'image/x-canvas-instructions+text', |
16 |
module => 'SWE::Lang::CanvasInstructions', |
module => 'SWE::Object::Document::CanvasInstructions', |
17 |
label => 'Drawing'}, |
label => 'Drawing'}, |
18 |
{type => 'text/css', label => 'CSS'}, |
{type => 'text/css', label => 'CSS'}, |
19 |
); |
); |