htmlonline
Version:
html file transfrom
80 lines • 2.74 kB
JSON
{
"saveType": "starry",
"funPath": "./build/lib/htmlonline",
"helpLink": "http://web.npm.alibaba-inc.com/package/@ali/htmlonline",
"starryName": "",
"starryPluginMain": "./starryPlugin/build/index.html",
"starryPluginIcon": "./app.png",
"inputConfig" : {
"title": "htmlonline配置",
"type": "object",
"properties": {
"src": {
"type": "path",
"title": "源文件目录",
"isDirectory": true,
"default": ""
},
"out": {
"type": "path",
"title": "生成目录",
"isDirectory": true,
"default": ""
},
"transformConfig": {
"type": "object",
"title": "标签属性名称配置",
"properties": {
"removeTag": {
"title": "移除标签",
"type": "string",
"default": "remove"
},
"inlineTag": {
"title": "内联标签",
"type": "string",
"default": "inline"
},
"relativeTag": {
"title": "相对路径",
"type": "string",
"default": "relative"
},
"replaceTag": {
"title": "替换链接",
"type": "string",
"default": "publish"
},
"absoluteTag": {
"title": "线上链接",
"type": "string",
"default": "absolute"
},
"ali": {
"title": "用阿里cdn规则",
"type": "boolean",
"default": false
},
"group": {
"title": "group名",
"type": "radio",
"default": "mtb",
"valueList": [
{
"value": "mtb"
},
{
"value": "fdilab"
}
]
},
"appname": {
"title": "应用名",
"type": "string",
"default": ""
}
}
}
}
}
}