19 lines
716 B
YAML
19 lines
716 B
YAML
key: "status-green"
|
|
title: "t:templates.titles.green_status"
|
|
description: "t:templates.titles.green_status_description"
|
|
appliesTo: "wiki"
|
|
icon: "fa-circle-check"
|
|
author: "Leantime"
|
|
version: "1.0.0"
|
|
license: "CC0"
|
|
sector: "t:templates.elements"
|
|
|
|
wiki:
|
|
articles:
|
|
- title: "Green Status"
|
|
# Renders via TipTap's Highlight extension (multicolor). The pre-
|
|
# migration Bootstrap label class (.label-success) never worked in
|
|
# the editor because no Span mark is registered; <mark> with an
|
|
# inline background is the editor-native equivalent.
|
|
content: '<p><mark data-color="#75BB1B" style="background-color: #75BB1B; color: #ffffff; padding: 0 6px; border-radius: 3px;">Green</mark></p>'
|