]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Chapter.php
Input WYSIWYG: Updated API to show/accept html descriptions
[bookstack] / app / Entities / Models / Chapter.php
index 6c5f059ac96bd6d19eeb8fa106b1934206be0cc2..f30d77b5c5c33d86d38554e431c4dbe64028d859 100644 (file)
@@ -20,7 +20,7 @@ class Chapter extends BookChild
     public float $searchFactor = 1.2;
 
     protected $fillable = ['name', 'description', 'priority'];
-    protected $hidden = ['pivot', 'deleted_at'];
+    protected $hidden = ['pivot', 'deleted_at', 'description_html'];
 
     /**
      * Get the pages that this chapter contains.