feat: add tyclipso html post processor

pull/7734/head
Carl Richter 5 years ago
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…
Cancel
Save