mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
Implement TextFormatter for posts
Get rid of formatting on user bios, we'll do that with JavaScript
This commit is contained in:
@@ -23,7 +23,6 @@ class CreatePostsTable extends Migration
|
||||
$table->integer('user_id')->unsigned()->nullable();
|
||||
$table->string('type', 100)->nullable();
|
||||
$table->text('content')->nullable();
|
||||
$table->text('content_html')->nullable();
|
||||
|
||||
$table->dateTime('edit_time')->nullable();
|
||||
$table->integer('edit_user_id')->unsigned()->nullable();
|
||||
|
Reference in New Issue
Block a user