diff --git a/public_html/pages/component.php b/public_html/pages/component.php index a7792dab72ddd06826587b86a5d001803a6d51a8..c778d7c3b9719667c1b1b90c473865a12f3ebf87 100644 --- a/public_html/pages/component.php +++ b/public_html/pages/component.php @@ -108,6 +108,19 @@ $aComponents=[ ] ], // ------------------------------------------------------------ + 'callout'=>[ + 'label'=>'Callout', + 'description'=>'Kind of infobox', + 'method'=>'getCallout', + + 'params'=>[ + 'type' => ['select'=>$aPresets['type'], 'default'=>'danger'], + 'class' => ['default'=>''], + 'title' => ['default'=>'I am a callout'], + 'text' => ['default'=>'Here is some description to whatever.'], + ] + ], + // ------------------------------------------------------------ 'infobox'=>[ 'label'=>'Infobox', 'description'=>'',