Skip to content

Commit

Permalink
add summernote
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Dec 3, 2024
1 parent 141f107 commit aebc5df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function up(): void
$table->json('upload_multiple')->nullable();
$table->json('dropzone')->nullable();
$table->json('easymde')->nullable();
$table->json('summernote')->nullable();
$table->json('repeatable')->nullable();
$table->json('extras')->nullable();
});
Expand Down

0 comments on commit aebc5df

Please sign in to comment.