diff --git a/config/editor.php b/config/editor.php index 3cf1f1f..9ff1205 100644 --- a/config/editor.php +++ b/config/editor.php @@ -2,20 +2,20 @@ return [ 'blocks' => [ - 'attaches' => \BumpCore\EditorPhp\Blocks\Attaches::class, - 'checklist' => \BumpCore\EditorPhp\Blocks\Checklist::class, - 'code' => \BumpCore\EditorPhp\Blocks\Code::class, - 'delimiter' => \BumpCore\EditorPhp\Blocks\Delimiter::class, - 'embed' => \BumpCore\EditorPhp\Blocks\Embed::class, - 'header' => \BumpCore\EditorPhp\Blocks\Header::class, - 'image' => \BumpCore\EditorPhp\Blocks\Image::class, - 'linkTool' => \BumpCore\EditorPhp\Blocks\LinkTool::class, - 'list' => \BumpCore\EditorPhp\Blocks\ListBlock::class, - 'paragraph' => \BumpCore\EditorPhp\Blocks\Paragraph::class, - 'personality' => \BumpCore\EditorPhp\Blocks\Personality::class, - 'quote' => \BumpCore\EditorPhp\Blocks\Quote::class, - 'raw' => \BumpCore\EditorPhp\Blocks\Raw::class, - 'table' => \BumpCore\EditorPhp\Blocks\Table::class, - 'warning' => \BumpCore\EditorPhp\Blocks\Warning::class, + 'attaches' => BumpCore\EditorPhp\Blocks\Attaches::class, + 'checklist' => BumpCore\EditorPhp\Blocks\Checklist::class, + 'code' => BumpCore\EditorPhp\Blocks\Code::class, + 'delimiter' => BumpCore\EditorPhp\Blocks\Delimiter::class, + 'embed' => BumpCore\EditorPhp\Blocks\Embed::class, + 'header' => BumpCore\EditorPhp\Blocks\Header::class, + 'image' => BumpCore\EditorPhp\Blocks\Image::class, + 'linkTool' => BumpCore\EditorPhp\Blocks\LinkTool::class, + 'list' => BumpCore\EditorPhp\Blocks\ListBlock::class, + 'paragraph' => BumpCore\EditorPhp\Blocks\Paragraph::class, + 'personality' => BumpCore\EditorPhp\Blocks\Personality::class, + 'quote' => BumpCore\EditorPhp\Blocks\Quote::class, + 'raw' => BumpCore\EditorPhp\Blocks\Raw::class, + 'table' => BumpCore\EditorPhp\Blocks\Table::class, + 'warning' => BumpCore\EditorPhp\Blocks\Warning::class, ], ]; diff --git a/resources/php/bootstrap-five/attaches.php b/resources/php/bootstrap-five/attaches.php index 3bb1fb7..eb5a375 100644 --- a/resources/php/bootstrap-five/attaches.php +++ b/resources/php/bootstrap-five/attaches.php @@ -1,13 +1,13 @@
-
+

- +

-

MiB

+

MiB

diff --git a/resources/php/bootstrap-five/checklist.php b/resources/php/bootstrap-five/checklist.php index b166d38..5368a70 100644 --- a/resources/php/bootstrap-five/checklist.php +++ b/resources/php/bootstrap-five/checklist.php @@ -4,7 +4,7 @@ class="d-flex flex-column align-items-start pl-8 gap-1 mb-3" >
  • - + - + - +
  • diff --git a/resources/php/bootstrap-five/code.php b/resources/php/bootstrap-five/code.php index 2d8c635..1613ec1 100644 --- a/resources/php/bootstrap-five/code.php +++ b/resources/php/bootstrap-five/code.php @@ -1,5 +1,5 @@
    -
    +
    diff --git a/resources/php/bootstrap-five/embed.php b/resources/php/bootstrap-five/embed.php index a19fbef..a00f633 100644 --- a/resources/php/bootstrap-five/embed.php +++ b/resources/php/bootstrap-five/embed.php @@ -1,14 +1,14 @@

    - +

    @@ -16,9 +16,9 @@ class="block mb-3 rounded bg-white" + >

    diff --git a/resources/php/bootstrap-five/header.php b/resources/php/bootstrap-five/header.php index 006d49b..3bf1ef4 100644 --- a/resources/php/bootstrap-five/header.php +++ b/resources/php/bootstrap-five/header.php @@ -1,25 +1,25 @@ -

    +

    -

    +

    -

    +

    -

    +

    -
    +
    -
    +
    diff --git a/resources/php/bootstrap-five/image.php b/resources/php/bootstrap-five/image.php index e4347e6..630ab8c 100644 --- a/resources/php/bootstrap-five/image.php +++ b/resources/php/bootstrap-five/image.php @@ -1,5 +1,5 @@ <?php echo $data('caption'); ?> diff --git a/resources/php/bootstrap-five/linktool.php b/resources/php/bootstrap-five/linktool.php index 994188c..328c307 100644 --- a/resources/php/bootstrap-five/linktool.php +++ b/resources/php/bootstrap-five/linktool.php @@ -1,21 +1,21 @@
    <?php echo $data('meta.title'); ?>
    -

    +

    + >

    -

    +

    diff --git a/resources/php/bootstrap-five/list.php b/resources/php/bootstrap-five/list.php index 2aa39cc..5a71a48 100644 --- a/resources/php/bootstrap-five/list.php +++ b/resources/php/bootstrap-five/list.php @@ -1,13 +1,13 @@
      -
    1. +
    diff --git a/resources/php/bootstrap-five/paragraph.php b/resources/php/bootstrap-five/paragraph.php index 31b4918..4bb06f7 100644 --- a/resources/php/bootstrap-five/paragraph.php +++ b/resources/php/bootstrap-five/paragraph.php @@ -1 +1 @@ -

    +

    diff --git a/resources/php/bootstrap-five/personality.php b/resources/php/bootstrap-five/personality.php index fd48399..637472d 100644 --- a/resources/php/bootstrap-five/personality.php +++ b/resources/php/bootstrap-five/personality.php @@ -1,21 +1,21 @@
    <?php echo $data('name'); ?>
    -

    +

    + >

    -

    +

    diff --git a/resources/php/bootstrap-five/quote.php b/resources/php/bootstrap-five/quote.php index 8d2f442..a02144a 100644 --- a/resources/php/bootstrap-five/quote.php +++ b/resources/php/bootstrap-five/quote.php @@ -13,7 +13,7 @@
    -

    - +

    +
    diff --git a/resources/php/bootstrap-five/table.php b/resources/php/bootstrap-five/table.php index dbb89f5..6bb06a3 100644 --- a/resources/php/bootstrap-five/table.php +++ b/resources/php/bootstrap-five/table.php @@ -4,7 +4,7 @@ - + @@ -18,7 +18,7 @@ - + diff --git a/resources/php/bootstrap-five/warning.php b/resources/php/bootstrap-five/warning.php index 90db360..bfefaab 100644 --- a/resources/php/bootstrap-five/warning.php +++ b/resources/php/bootstrap-five/warning.php @@ -17,7 +17,7 @@ class="d-flex justify-content-center align-items-start align-items-sm-center"
    -

    -

    +

    +

    diff --git a/resources/php/tailwind/attaches.php b/resources/php/tailwind/attaches.php index f099281..dcb5c2c 100644 --- a/resources/php/tailwind/attaches.php +++ b/resources/php/tailwind/attaches.php @@ -1,13 +1,13 @@
    -
    +

    - +

    -

    MiB

    +

    MiB

    diff --git a/resources/php/tailwind/checklist.php b/resources/php/tailwind/checklist.php index 2e4151b..1b7f408 100644 --- a/resources/php/tailwind/checklist.php +++ b/resources/php/tailwind/checklist.php @@ -1,7 +1,7 @@