Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#1987)
by Cristian
02:26
created
src/resources/views/blocks/press.blade.php 1 patch
Indentation   +53 added lines, -53 removed lines patch added patch discarded remove patch
@@ -5,58 +5,58 @@  discard block
 block discarded – undo
5 5
 // Press Block
6 6
 
7 7
 $blocks['press'] = [
8
-	'type' => 'press',
9
-	'label' => 'Press',
10
-	'icon'  => 'fa fa-newspaper-o',
11
-	'fields' => [
12
-		[
13
-			'name' => 'title',
14
-			'label' => 'Title',
15
-			'type' => 'text',
16
-		],
17
-		[
18
-			'name' => 'description',
19
-			'label' => 'Description',
20
-			'type' => 'textarea',
21
-		],
22
-		[
23
-			'name' => 'thumbnail',
24
-			'label' => 'Thumbnail',
25
-			'type' => 'browse',
26
-			'wrapperAttributes' => [
27
-               'class' => 'form-group col-md-6'
28
-             ],
29
-		],
30
-		[
31
-			'name' => 'pdf',
32
-			'label' => 'PDF file',
33
-			'type' => 'browse',
34
-			'wrapperAttributes' => [
35
-               'class' => 'form-group col-md-6'
36
-             ],
37
-		],
38
-		[
39
-			'name' => 'text_block_separator',
40
-			'type' => 'custom_html',
41
-			'value' => '<hr>',
42
-		],
43
-		[
44
-			'label' => 'Background Color',
45
-			'name' => 'background_color',
46
-			'type' => 'color_picker',
47
-			'wrapperAttributes' => [
48
-               'class' => 'form-group col-md-6'
49
-             ],
50
-		],
51
-		[
52
-			'label' => 'Background image',
53
-			'name' => 'background_image',
54
-			'type' => 'browse',
55
-			'wrapperAttributes' => [
56
-               'class' => 'form-group col-md-6'
57
-             ],
58
-		],
59
-		[
8
+    'type' => 'press',
9
+    'label' => 'Press',
10
+    'icon'  => 'fa fa-newspaper-o',
11
+    'fields' => [
12
+        [
13
+            'name' => 'title',
14
+            'label' => 'Title',
15
+            'type' => 'text',
16
+        ],
17
+        [
18
+            'name' => 'description',
19
+            'label' => 'Description',
20
+            'type' => 'textarea',
21
+        ],
22
+        [
23
+            'name' => 'thumbnail',
24
+            'label' => 'Thumbnail',
25
+            'type' => 'browse',
26
+            'wrapperAttributes' => [
27
+                'class' => 'form-group col-md-6'
28
+                ],
29
+        ],
30
+        [
31
+            'name' => 'pdf',
32
+            'label' => 'PDF file',
33
+            'type' => 'browse',
34
+            'wrapperAttributes' => [
35
+                'class' => 'form-group col-md-6'
36
+                ],
37
+        ],
38
+        [
39
+            'name' => 'text_block_separator',
40
+            'type' => 'custom_html',
41
+            'value' => '<hr>',
42
+        ],
43
+        [
44
+            'label' => 'Background Color',
45
+            'name' => 'background_color',
46
+            'type' => 'color_picker',
47
+            'wrapperAttributes' => [
48
+                'class' => 'form-group col-md-6'
49
+                ],
50
+        ],
51
+        [
52
+            'label' => 'Background image',
53
+            'name' => 'background_image',
54
+            'type' => 'browse',
55
+            'wrapperAttributes' => [
56
+                'class' => 'form-group col-md-6'
57
+                ],
58
+        ],
59
+        [
60 60
             'type'  => 'keepeek',
61 61
             'name'  => 'another_image',
62 62
             'label' => 'Another Keepeek Image',
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
             ],
71 71
             'url_controller' => route('keepeek_bridge'),
72 72
         ]
73
-	],
73
+    ],
74 74
 ];
75 75
 
76 76
 ?>
77 77
\ No newline at end of file
Please login to merge, or discard this patch.
src/resources/views/blocks/timeline.blade.php 1 patch
Indentation   +65 added lines, -65 removed lines patch added patch discarded remove patch
@@ -5,71 +5,71 @@
 block discarded – undo
5 5
 // timeline Block
6 6
 
7 7
 $blocks['timeline'] = [
8
-	'type' => 'timeline',
9
-	'label' => 'Timeline',
10
-	'icon'  => 'fa fa-calendar',
11
-	'fields' => [
12
-		[
13
-			'name' => 'entries',
14
-			'label' => 'Entries',
15
-			'type' => 'multiply',
16
-			'fields' => [
17
-				[
18
-					'name' => 'date',
19
-					'label' => 'Date',
20
-					'type' => 'date',
21
-					'wrapperAttributes' => [
22
-		               'class' => 'form-group col-md-3'
23
-		             ],
24
-				],
25
-				[
26
-					'name' => 'title',
27
-					'label' => 'Title',
28
-					'type' => 'text',
29
-					'wrapperAttributes' => [
30
-		               'class' => 'form-group col-md-3'
31
-		             ],
32
-				],
33
-				[
34
-					'name' => 'photo',
35
-					'label' => 'Photo',
36
-					'type' => 'browse',
37
-					'wrapperAttributes' => [
38
-		               'class' => 'form-group col-md-6'
39
-		             ],
40
-				],
41
-				[
42
-					'name' => 'description',
43
-					'label' => 'Description',
44
-					'type' => 'textarea',
45
-					'wrapperAttributes' => [
46
-		               'class' => 'form-group col-md-12'
47
-		             ],
48
-				],
49
-			],
50
-		],
51
-		[
52
-			'name' => 'text_block_separator',
53
-			'type' => 'custom_html',
54
-			'value' => '<hr>',
55
-		],
56
-		[
57
-			'label' => 'Background Color',
58
-			'name' => 'background_color',
59
-			'type' => 'color_picker',
60
-			'wrapperAttributes' => [
61
-               'class' => 'form-group col-md-6'
62
-             ],
63
-		],
64
-		[
65
-			'label' => 'Background image',
66
-			'name' => 'background_image',
67
-			'type' => 'browse',
68
-			'wrapperAttributes' => [
69
-               'class' => 'form-group col-md-6'
70
-             ],
71
-		],
72
-	],
8
+    'type' => 'timeline',
9
+    'label' => 'Timeline',
10
+    'icon'  => 'fa fa-calendar',
11
+    'fields' => [
12
+        [
13
+            'name' => 'entries',
14
+            'label' => 'Entries',
15
+            'type' => 'multiply',
16
+            'fields' => [
17
+                [
18
+                    'name' => 'date',
19
+                    'label' => 'Date',
20
+                    'type' => 'date',
21
+                    'wrapperAttributes' => [
22
+                        'class' => 'form-group col-md-3'
23
+                        ],
24
+                ],
25
+                [
26
+                    'name' => 'title',
27
+                    'label' => 'Title',
28
+                    'type' => 'text',
29
+                    'wrapperAttributes' => [
30
+                        'class' => 'form-group col-md-3'
31
+                        ],
32
+                ],
33
+                [
34
+                    'name' => 'photo',
35
+                    'label' => 'Photo',
36
+                    'type' => 'browse',
37
+                    'wrapperAttributes' => [
38
+                        'class' => 'form-group col-md-6'
39
+                        ],
40
+                ],
41
+                [
42
+                    'name' => 'description',
43
+                    'label' => 'Description',
44
+                    'type' => 'textarea',
45
+                    'wrapperAttributes' => [
46
+                        'class' => 'form-group col-md-12'
47
+                        ],
48
+                ],
49
+            ],
50
+        ],
51
+        [
52
+            'name' => 'text_block_separator',
53
+            'type' => 'custom_html',
54
+            'value' => '<hr>',
55
+        ],
56
+        [
57
+            'label' => 'Background Color',
58
+            'name' => 'background_color',
59
+            'type' => 'color_picker',
60
+            'wrapperAttributes' => [
61
+                'class' => 'form-group col-md-6'
62
+                ],
63
+        ],
64
+        [
65
+            'label' => 'Background image',
66
+            'name' => 'background_image',
67
+            'type' => 'browse',
68
+            'wrapperAttributes' => [
69
+                'class' => 'form-group col-md-6'
70
+                ],
71
+        ],
72
+    ],
73 73
 ];
74 74
 
75 75
 ?>
76 76
\ No newline at end of file
Please login to merge, or discard this patch.
src/resources/views/blocks/statistic.blade.php 1 patch
Indentation   +41 added lines, -41 removed lines patch added patch discarded remove patch
@@ -5,47 +5,47 @@
 block discarded – undo
5 5
 // Title Block
6 6
 
7 7
 $blocks['statistic'] = [
8
-	'type' => 'statistic',
9
-	'label' => 'Statistic',
10
-	'icon'  => 'fa fa-line-chart',
11
-	'fields' => [
12
-		[
13
-			'name' => 'number',
14
-			'label' => 'Number',
15
-			'type' => 'text',
16
-		],
17
-		[
18
-			'name' => 'label',
19
-			'label' => 'Label',
20
-			'type' => 'text',
21
-		],
22
-		[
23
-			'name' => 'unity',
24
-			'label' => 'Unity',
25
-			'type' => 'text',
26
-		],
27
-		[
28
-			'name' => 'text_block_separator',
29
-			'type' => 'custom_html',
30
-			'value' => '<hr>',
31
-		],
32
-		[
33
-			'label' => 'Background Color',
34
-			'name' => 'background_color',
35
-			'type' => 'color_picker',
36
-			'wrapperAttributes' => [
37
-               'class' => 'form-group col-md-6'
38
-             ],
39
-		],
40
-		[
41
-			'label' => 'Background image',
42
-			'name' => 'background_image',
43
-			'type' => 'browse',
44
-			'wrapperAttributes' => [
45
-               'class' => 'form-group col-md-6'
46
-             ],
47
-		],
48
-	],
8
+    'type' => 'statistic',
9
+    'label' => 'Statistic',
10
+    'icon'  => 'fa fa-line-chart',
11
+    'fields' => [
12
+        [
13
+            'name' => 'number',
14
+            'label' => 'Number',
15
+            'type' => 'text',
16
+        ],
17
+        [
18
+            'name' => 'label',
19
+            'label' => 'Label',
20
+            'type' => 'text',
21
+        ],
22
+        [
23
+            'name' => 'unity',
24
+            'label' => 'Unity',
25
+            'type' => 'text',
26
+        ],
27
+        [
28
+            'name' => 'text_block_separator',
29
+            'type' => 'custom_html',
30
+            'value' => '<hr>',
31
+        ],
32
+        [
33
+            'label' => 'Background Color',
34
+            'name' => 'background_color',
35
+            'type' => 'color_picker',
36
+            'wrapperAttributes' => [
37
+                'class' => 'form-group col-md-6'
38
+                ],
39
+        ],
40
+        [
41
+            'label' => 'Background image',
42
+            'name' => 'background_image',
43
+            'type' => 'browse',
44
+            'wrapperAttributes' => [
45
+                'class' => 'form-group col-md-6'
46
+                ],
47
+        ],
48
+    ],
49 49
 ];
50 50
 
51 51
 ?>
52 52
\ No newline at end of file
Please login to merge, or discard this patch.
src/resources/views/blocks/faq.blade.php 1 patch
Indentation   +47 added lines, -47 removed lines patch added patch discarded remove patch
@@ -5,55 +5,55 @@
 block discarded – undo
5 5
 // FAQ Block
6 6
 
7 7
 $blocks['faq'] = [
8
-	'type' => 'faq',
9
-	'label' => 'FAQ',
10
-	'icon'  => 'fa fa-comments-o',
11
-	'fields' => [
12
-		[
13
-			'name' => 'entries',
14
-			'label' => 'Entries',
15
-			'type' => 'multiply',
16
-			'fields' => [
17
-				[
18
-					'name' => 'question',
19
-					'label' => 'Question',
20
-					'type' => 'textarea',
21
-					'wrapperAttributes' => [
22
-		               'class' => 'form-group col-md-6'
23
-		             ],
24
-				],
25
-				[
26
-					'name' => 'answer',
27
-					'label' => 'Answer',
28
-					'type' => 'textarea',
29
-					'wrapperAttributes' => [
30
-		               'class' => 'form-group col-md-6'
31
-		             ],
32
-				],
33
-			],
34
-		],
35
-		[
36
-			'name' => 'text_block_separator',
37
-			'type' => 'custom_html',
38
-			'value' => '<hr>',
39
-		],
40
-		[
41
-			'label' => 'Background Color',
42
-			'name' => 'background_color',
43
-			'type' => 'color_picker',
44
-			'wrapperAttributes' => [
45
-               'class' => 'form-group col-md-6'
8
+    'type' => 'faq',
9
+    'label' => 'FAQ',
10
+    'icon'  => 'fa fa-comments-o',
11
+    'fields' => [
12
+        [
13
+            'name' => 'entries',
14
+            'label' => 'Entries',
15
+            'type' => 'multiply',
16
+            'fields' => [
17
+                [
18
+                    'name' => 'question',
19
+                    'label' => 'Question',
20
+                    'type' => 'textarea',
21
+                    'wrapperAttributes' => [
22
+                        'class' => 'form-group col-md-6'
23
+                        ],
24
+                ],
25
+                [
26
+                    'name' => 'answer',
27
+                    'label' => 'Answer',
28
+                    'type' => 'textarea',
29
+                    'wrapperAttributes' => [
30
+                        'class' => 'form-group col-md-6'
31
+                        ],
32
+                ],
46 33
             ],
47
-		],
48
-		[
49
-			'label' => 'Background image',
50
-			'name' => 'background_image',
51
-			'type' => 'browse',
52
-			'wrapperAttributes' => [
53
-               'class' => 'form-group col-md-6'
34
+        ],
35
+        [
36
+            'name' => 'text_block_separator',
37
+            'type' => 'custom_html',
38
+            'value' => '<hr>',
39
+        ],
40
+        [
41
+            'label' => 'Background Color',
42
+            'name' => 'background_color',
43
+            'type' => 'color_picker',
44
+            'wrapperAttributes' => [
45
+                'class' => 'form-group col-md-6'
54 46
             ],
55
-		],
56
-	],
47
+        ],
48
+        [
49
+            'label' => 'Background image',
50
+            'name' => 'background_image',
51
+            'type' => 'browse',
52
+            'wrapperAttributes' => [
53
+                'class' => 'form-group col-md-6'
54
+            ],
55
+        ],
56
+    ],
57 57
 ];
58 58
 
59 59
 ?>
60 60
\ No newline at end of file
Please login to merge, or discard this patch.
src/resources/views/blocks/image.blade.php 1 patch
Indentation   +54 added lines, -54 removed lines patch added patch discarded remove patch
@@ -5,61 +5,61 @@
 block discarded – undo
5 5
 // Title Block
6 6
 
7 7
 $blocks['image'] = [
8
-	'type' => 'image',
9
-	'label' => 'Image',
10
-	'icon'  => 'fa fa-picture-o',
11
-	'fields' => [
12
-		[
13
-			'name' => 'content',
14
-			'label' => 'Content',
15
-			'type' => 'browse',
16
-		],
17
-		[
18
-			'name' => 'text_block_separator',
19
-			'type' => 'custom_html',
20
-			'value' => '<hr>',
8
+    'type' => 'image',
9
+    'label' => 'Image',
10
+    'icon'  => 'fa fa-picture-o',
11
+    'fields' => [
12
+        [
13
+            'name' => 'content',
14
+            'label' => 'Content',
15
+            'type' => 'browse',
21 16
         ],
22
-		[
23
-			'name' => 'alt_text',
24
-			'label' => 'Alt text',
25
-			'type' => 'text',
26
-		],
27
-		[
28
-			'name' => 'image_alignment',
29
-			'label' => "Align",
30
-			'type' => 'select_from_array',
31
-			'options' => ['left' => 'left', 'center' => 'center', 'right' => 'right'],
32
-			'allows_null' => false,
33
-			'default' => 'left',
34
-			'wrapperAttributes' => [
35
-               'class' => 'form-group col-md-6'
36
-             ],
37
-		],
38
-		[
39
-			'name' => 'class',
40
-			'label' => 'Class',
41
-			'type' => 'text',
42
-			'wrapperAttributes' => [
43
-               'class' => 'form-group col-md-6'
44
-             ],
45
-		],
46
-		[
47
-			'label' => 'Background Color',
48
-			'name' => 'background_color',
49
-			'type' => 'color_picker',
50
-			'wrapperAttributes' => [
51
-               'class' => 'form-group col-md-6'
52
-             ],
53
-		],
54
-		[
55
-			'label' => 'Background image',
56
-			'name' => 'background_image',
57
-			'type' => 'browse',
58
-			'wrapperAttributes' => [
59
-               'class' => 'form-group col-md-6'
60
-             ],
61
-		],
62
-	],
17
+        [
18
+            'name' => 'text_block_separator',
19
+            'type' => 'custom_html',
20
+            'value' => '<hr>',
21
+        ],
22
+        [
23
+            'name' => 'alt_text',
24
+            'label' => 'Alt text',
25
+            'type' => 'text',
26
+        ],
27
+        [
28
+            'name' => 'image_alignment',
29
+            'label' => "Align",
30
+            'type' => 'select_from_array',
31
+            'options' => ['left' => 'left', 'center' => 'center', 'right' => 'right'],
32
+            'allows_null' => false,
33
+            'default' => 'left',
34
+            'wrapperAttributes' => [
35
+                'class' => 'form-group col-md-6'
36
+                ],
37
+        ],
38
+        [
39
+            'name' => 'class',
40
+            'label' => 'Class',
41
+            'type' => 'text',
42
+            'wrapperAttributes' => [
43
+                'class' => 'form-group col-md-6'
44
+                ],
45
+        ],
46
+        [
47
+            'label' => 'Background Color',
48
+            'name' => 'background_color',
49
+            'type' => 'color_picker',
50
+            'wrapperAttributes' => [
51
+                'class' => 'form-group col-md-6'
52
+                ],
53
+        ],
54
+        [
55
+            'label' => 'Background image',
56
+            'name' => 'background_image',
57
+            'type' => 'browse',
58
+            'wrapperAttributes' => [
59
+                'class' => 'form-group col-md-6'
60
+                ],
61
+        ],
62
+    ],
63 63
 ];
64 64
 
65 65
 ?>
66 66
\ No newline at end of file
Please login to merge, or discard this patch.
src/resources/views/blocks/list_a_value.blade.php 1 patch
Indentation   +57 added lines, -57 removed lines patch added patch discarded remove patch
@@ -5,63 +5,63 @@
 block discarded – undo
5 5
 // List a value Block
6 6
 
7 7
 $blocks['list_a_value'] = [
8
-	'type' => 'list_a_value',
9
-	'label' => 'List a value',
10
-	'icon'  => 'fa fa-list-ol',
11
-	'fields' => [
12
-		[
13
-			'name' => 'entries',
14
-			'label' => 'Entries',
15
-			'type' => 'multiply',
16
-			'fields' => [
17
-				[
18
-					'name' => 'number',
19
-					'label' => 'Number',
20
-					'type' => 'number',
21
-					'wrapperAttributes' => [
22
-		               'class' => 'form-group col-md-2'
23
-		             ],
24
-				],
25
-				[
26
-					'name' => 'title',
27
-					'label' => 'Title',
28
-					'type' => 'text',
29
-					'wrapperAttributes' => [
30
-		               'class' => 'form-group col-md-4'
31
-		             ],
32
-				],
33
-				[
34
-					'name' => 'description',
35
-					'label' => 'Description',
36
-					'type' => 'textarea',
37
-					'wrapperAttributes' => [
38
-		               'class' => 'form-group col-md-6'
39
-		             ],
40
-				],
41
-			],
42
-		],
43
-		[
44
-			'name' => 'text_block_separator',
45
-			'type' => 'custom_html',
46
-			'value' => '<hr>',
47
-		],
48
-		[
49
-			'label' => 'Background Color',
50
-			'name' => 'background_color',
51
-			'type' => 'color_picker',
52
-			'wrapperAttributes' => [
53
-               'class' => 'form-group col-md-6'
54
-             ],
55
-		],
56
-		[
57
-			'label' => 'Background image',
58
-			'name' => 'background_image',
59
-			'type' => 'browse',
60
-			'wrapperAttributes' => [
61
-               'class' => 'form-group col-md-6'
62
-             ],
63
-		],
64
-	],
8
+    'type' => 'list_a_value',
9
+    'label' => 'List a value',
10
+    'icon'  => 'fa fa-list-ol',
11
+    'fields' => [
12
+        [
13
+            'name' => 'entries',
14
+            'label' => 'Entries',
15
+            'type' => 'multiply',
16
+            'fields' => [
17
+                [
18
+                    'name' => 'number',
19
+                    'label' => 'Number',
20
+                    'type' => 'number',
21
+                    'wrapperAttributes' => [
22
+                        'class' => 'form-group col-md-2'
23
+                        ],
24
+                ],
25
+                [
26
+                    'name' => 'title',
27
+                    'label' => 'Title',
28
+                    'type' => 'text',
29
+                    'wrapperAttributes' => [
30
+                        'class' => 'form-group col-md-4'
31
+                        ],
32
+                ],
33
+                [
34
+                    'name' => 'description',
35
+                    'label' => 'Description',
36
+                    'type' => 'textarea',
37
+                    'wrapperAttributes' => [
38
+                        'class' => 'form-group col-md-6'
39
+                        ],
40
+                ],
41
+            ],
42
+        ],
43
+        [
44
+            'name' => 'text_block_separator',
45
+            'type' => 'custom_html',
46
+            'value' => '<hr>',
47
+        ],
48
+        [
49
+            'label' => 'Background Color',
50
+            'name' => 'background_color',
51
+            'type' => 'color_picker',
52
+            'wrapperAttributes' => [
53
+                'class' => 'form-group col-md-6'
54
+                ],
55
+        ],
56
+        [
57
+            'label' => 'Background image',
58
+            'name' => 'background_image',
59
+            'type' => 'browse',
60
+            'wrapperAttributes' => [
61
+                'class' => 'form-group col-md-6'
62
+                ],
63
+        ],
64
+    ],
65 65
 ];
66 66
 
67 67
 ?>
68 68
\ No newline at end of file
Please login to merge, or discard this patch.