Fix comments
This commit is contained in:
parent
a109b09681
commit
0069214f32
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ import {AndOrTagConfigJson} from "./TagConfigJson";
|
||||||
/**
|
/**
|
||||||
* A TagRenderingConfigJson is a single piece of code which converts one ore more tags into a HTML-snippet.
|
* A TagRenderingConfigJson is a single piece of code which converts one ore more tags into a HTML-snippet.
|
||||||
* If the desired tags are missing and a question is defined, a question will be shown instead.
|
* If the desired tags are missing and a question is defined, a question will be shown instead.
|
||||||
*
|
*/
|
||||||
/
|
|
||||||
export interface TagRenderingConfigJson {
|
export interface TagRenderingConfigJson {
|
||||||
/**
|
/**
|
||||||
* Renders this value. Note that "{key}"-parts are substituted by the corresponding values of the element.
|
* Renders this value. Note that "{key}"-parts are substituted by the corresponding values of the element.
|
||||||
|
|
Loading…
Reference in a new issue