Skip to content

Commit

Permalink
fix database
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Jul 28, 2021
1 parent 66c1292 commit 8999962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion database/3x1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3298,6 +3298,6 @@ INSERT INTO `blocks` (`id`, `key`, `html`, `created_at`, `updated_at`) VALUES
(20, 'list.action', '<label class=\"switch switch-3d @if(sizeof($data[\'options\'])) switch-{{$data[\'options\'][\'bg\']}} @else switch-primary @endif\" >\n <input type=\"checkbox\" class=\"switch-input\" v-model=\"collection[index].{{$data[\'name\']}}\" @change=\"toggleSwitch(item.resource_url, \'{{$data[\'name\']}}\', collection[index])\">\n <span class=\"switch-slider\"></span>\n</label>', '2021-07-28 12:18:00', '2021-07-28 12:18:00'),
(21, 'list.email', '<a :href=\"\'mailto:\'+item.{{$data[\'name\']}}\" class=\"badge badge-primary p-2\"><i class=\"fa fa-envelope\"></i> {{\'{{\'}} item.{{$data[\'name\']}} }}</a>', '2021-07-28 12:25:28', '2021-07-28 12:25:28'),
(22, 'list.phone', '<a :href=\"\'tel:\'+item.{{$data[\'name\']}}\" class=\"badge badge-primary p-2\"><i class=\"fa fa-phone\"></i> {{\'{{\'}} item.{{$data[\'name\']}} }}</a>', '2021-07-28 12:26:49', '2021-07-28 12:26:49'),
(23, 'list.link', '<a href=\"{{$data[\'url\']}}\" @if(sizeof($data[\'options\']) && isset($data[\'options\'][\'target\'])) target=\"{{$data[\'options\'][\'target\']}}\" @endif> {{\'{{\'}} item.{{$data[\'name\']}} }} </a>', '2021-07-28 12:27:25', '2021-07-28 12:27:33');
(23, 'list.link', '<a href=\"{{$data[\'url\']}}\" @if(sizeof($data[\'options\']) && isset($data[\'options\'][\'target\'])) target=\"{{$data[\'options\'][\'target\']}}\" @endif> {{\'{{\'}} item.{{$data[\'name\']}} }} </a>', '2021-07-28 12:27:25', '2021-07-28 12:27:33'),
(24, 'list.date', '<span class=\"badge badge-primary p-2\">\n <i class=\"fa fa-clock-o\"></i> {{\'{{\'}} item.{{$data[\'name\']}} | datetime }}\n</span>', '2021-07-28 13:41:16', '2021-07-28 13:42:21'),
(25, 'list.money', '<h5 class=\"text-{{$data[\'options\'][\'bg\']}}\"><b>{{\'{{\'}} item.{{$data[\'name\']}}.toLocaleString() }}</b><small>{{setting(\'$\')}}</small></h3>', '2021-07-28 13:50:34', '2021-07-28 13:54:56');

0 comments on commit 8999962

Please sign in to comment.