mirror of https://github.com/requarks/wiki
parent
53b2adaba8
commit
52163c28f1
@ -0,0 +1,10 @@
|
|||||||
|
key: htmlTyclipso
|
||||||
|
title: Post-Processor for tyclipso theme
|
||||||
|
description: Prepares html for the tyclipso theme
|
||||||
|
author: tyclipso
|
||||||
|
icon: mdi-auto-fix
|
||||||
|
enabledDefault: true
|
||||||
|
dependsOn: htmlCore
|
||||||
|
step: post
|
||||||
|
order: 100
|
||||||
|
props: {}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
async init(input, config) {
|
||||||
|
return input
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue