fix: plantuml default markers
This commit is contained in:
parent
5f382f21cf
commit
5229390d87
@ -1,8 +0,0 @@
|
||||
key: htmlPlantuml
|
||||
title: PlantUML
|
||||
description: Generate diagrams from PlantUML syntax
|
||||
author: requarks.io
|
||||
icon: mdi-sitemap
|
||||
enabledDefault: false
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
@ -1,5 +0,0 @@
|
||||
module.exports = {
|
||||
init($, config) {
|
||||
|
||||
}
|
||||
}
|
@ -14,13 +14,13 @@ props:
|
||||
order: 1
|
||||
openMarker:
|
||||
type: String
|
||||
default: "@startuml"
|
||||
default: "```plantuml"
|
||||
title: Open Marker
|
||||
hint: String to use as opening delimiter
|
||||
order: 2
|
||||
closeMarker:
|
||||
type: String
|
||||
default: "@enduml"
|
||||
default: "```"
|
||||
title: Close Marker
|
||||
hint: String to use as closing delimiter
|
||||
order: 3
|
||||
|
Loading…
Reference in New Issue
Block a user