Skip to content
Snippets Groups Projects
Commit 84a48b97 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

component demo: add callouts

parent bb725bab
No related branches found
No related tags found
No related merge requests found
......@@ -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'=>'',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment