54dbf9ad00
* feat: add asciidoc editor module * fix storage file extension for asciidoc pages * fix: asciidoc editor + rendering improvements * fix: description list css improvements Co-authored-by: NGPixel <github@ngpixel.com>
21 lines
407 B
YAML
21 lines
407 B
YAML
key: asciidocCore
|
|
title: Core
|
|
description: Basic Asciidoc Parser
|
|
author: dzruyk (Based on asciidoctor.js renderer)
|
|
input: asciidoc
|
|
output: html
|
|
icon: mdi-sitemap
|
|
enabledDefault: true
|
|
props:
|
|
safeMode:
|
|
type: String
|
|
default: server
|
|
title: Safe Mode
|
|
hint: Sets the safe mode to use when parsing content to HTML.
|
|
order: 1
|
|
enum:
|
|
- unsafe
|
|
- safe
|
|
- server
|
|
- secure
|