@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @var $className |
|
| 4 | - * @var $namespace |
|
| 5 | - * @var $luya |
|
| 6 | - * @var $moduleId |
|
| 7 | - * @var $alias |
|
| 8 | - */ |
|
| 3 | + * @var $className |
|
| 4 | + * @var $namespace |
|
| 5 | + * @var $luya |
|
| 6 | + * @var $moduleId |
|
| 7 | + * @var $alias |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | echo "<?php\n"; |
| 11 | 11 | ?> |
@@ -22,9 +22,9 @@ |
||
| 22 | 22 | public function scenarios() |
| 23 | 23 | { |
| 24 | 24 | return [ |
| 25 | - 'restcreate' => ['title', 'text', 'cat_id', 'image_id', 'image_list', 'tags', 'timestamp_display_from', 'timestamp_display_until', 'file_list'], |
|
| 26 | - 'restupdate' => ['title', 'text', 'cat_id', 'image_id', 'image_list', 'tags', 'timestamp_create', 'timestamp_display_from', 'timestamp_display_until', 'is_display_limit', 'file_list'], |
|
| 27 | - ]; |
|
| 25 | + 'restcreate' => ['title', 'text', 'cat_id', 'image_id', 'image_list', 'tags', 'timestamp_display_from', 'timestamp_display_until', 'file_list'], |
|
| 26 | + 'restupdate' => ['title', 'text', 'cat_id', 'image_id', 'image_list', 'tags', 'timestamp_create', 'timestamp_display_from', 'timestamp_display_until', 'is_display_limit', 'file_list'], |
|
| 27 | + ]; |
|
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | public function rules() |
@@ -31,9 +31,9 @@ |
||
| 31 | 31 | public function scenarios() |
| 32 | 32 | { |
| 33 | 33 | return [ |
| 34 | - 'restcreate' => ['title'], |
|
| 35 | - 'restupdate' => ['title'], |
|
| 36 | - ]; |
|
| 34 | + 'restcreate' => ['title'], |
|
| 35 | + 'restupdate' => ['title'], |
|
| 36 | + ]; |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | // ngrest |
@@ -20,12 +20,12 @@ |
||
| 20 | 20 | public function config() |
| 21 | 21 | { |
| 22 | 22 | return [ |
| 23 | - 'vars' => [ |
|
| 24 | - ['var' => 'image', 'label' => 'Bild', 'type' => 'zaa-image-upload', 'options' => ['no_filter' => true]], |
|
| 25 | - ], |
|
| 26 | - 'cfgs' => [ |
|
| 27 | - ['var' => 'testimage', 'label' => 'testimage', 'type' => 'zaa-image-upload'], |
|
| 28 | - ], |
|
| 23 | + 'vars' => [ |
|
| 24 | + ['var' => 'image', 'label' => 'Bild', 'type' => 'zaa-image-upload', 'options' => ['no_filter' => true]], |
|
| 25 | + ], |
|
| 26 | + 'cfgs' => [ |
|
| 27 | + ['var' => 'testimage', 'label' => 'testimage', 'type' => 'zaa-image-upload'], |
|
| 28 | + ], |
|
| 29 | 29 | ]; |
| 30 | 30 | } |
| 31 | 31 | |
@@ -20,9 +20,9 @@ |
||
| 20 | 20 | public function config() |
| 21 | 21 | { |
| 22 | 22 | return [ |
| 23 | - 'vars' => [ |
|
| 24 | - ['var' => 'images', 'label' => 'Images', 'type' => 'zaa-image-array-upload', 'options' => ['no_filter' => false]], |
|
| 25 | - ], |
|
| 23 | + 'vars' => [ |
|
| 24 | + ['var' => 'images', 'label' => 'Images', 'type' => 'zaa-image-array-upload', 'options' => ['no_filter' => false]], |
|
| 25 | + ], |
|
| 26 | 26 | ]; |
| 27 | 27 | } |
| 28 | 28 | |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return [ |
| 4 | - 'button' => function($href, $name) { |
|
| 5 | - return '<a class="btn btn-primary" href="'.$href.'">'.$name.'</a>'; |
|
| 6 | - }, |
|
| 7 | - 'teaserbox' => function($title, $description, $buttonHref, $buttonName) { |
|
| 8 | - return '<div class="teaser-box"><h1>'.$title.'</h1><p>'.$description.'</p>'.$this->button($buttonHref, $buttonName).'</div>'; |
|
| 9 | - }, |
|
| 4 | + 'button' => function($href, $name) { |
|
| 5 | + return '<a class="btn btn-primary" href="'.$href.'">'.$name.'</a>'; |
|
| 6 | + }, |
|
| 7 | + 'teaserbox' => function($title, $description, $buttonHref, $buttonName) { |
|
| 8 | + return '<div class="teaser-box"><h1>'.$title.'</h1><p>'.$description.'</p>'.$this->button($buttonHref, $buttonName).'</div>'; |
|
| 9 | + }, |
|
| 10 | 10 | ]; |
| 11 | 11 | \ No newline at end of file |
@@ -125,7 +125,7 @@ |
||
| 125 | 125 | '{% if extras.name and extras.email and extras.message %}'. |
| 126 | 126 | '{% if extras.mailerResponse == "success" %}'. |
| 127 | 127 | '<div class="alert alert-success">{{ extras.sendSuccess }}</div>'. |
| 128 | - '{% else %}'. |
|
| 128 | + '{% else %}'. |
|
| 129 | 129 | '<div class="alert alert-danger">{{ extras.sendError }}</div>'. |
| 130 | 130 | '{% endif %}'. |
| 131 | 131 | '{% endif %}'. |
@@ -24,9 +24,9 @@ |
||
| 24 | 24 | public function config() |
| 25 | 25 | { |
| 26 | 26 | return [ |
| 27 | - 'vars' => [ |
|
| 27 | + 'vars' => [ |
|
| 28 | 28 | ['var' => 'soundUrl', 'label' => 'Embeded Code', 'type' => 'zaa-text'], |
| 29 | - ], |
|
| 29 | + ], |
|
| 30 | 30 | ]; |
| 31 | 31 | } |
| 32 | 32 | |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | public function config() |
| 25 | 25 | { |
| 26 | 26 | return [ |
| 27 | - 'vars' => [ |
|
| 27 | + 'vars' => [ |
|
| 28 | 28 | ['var' => 'lineSpace', 'label' => Module::t('block_line_linespace_label'), 'type' => 'zaa-select', 'options' => [ |
| 29 | 29 | ['value' => '5px', 'label' => '5px ' . Module::t('block_line_linespace_space')], |
| 30 | 30 | ['value' => '10px', 'label' => '10px ' . Module::t('block_line_linespace_space')], |