]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Book.php
Input WYSIWYG: Updated API to show/accept html descriptions
[bookstack] / app / Entities / Models / Book.php
index 52674d8393435a68b9ccd0b08da11ee64cb7131f..14cb790c5c509c9283713aaa6a1b69fce4f22b8b 100644 (file)
@@ -31,7 +31,7 @@ class Book extends Entity implements HasCoverImage
     public float $searchFactor = 1.2;
 
     protected $fillable = ['name'];
-    protected $hidden = ['pivot', 'image_id', 'deleted_at'];
+    protected $hidden = ['pivot', 'image_id', 'deleted_at', 'description_html'];
 
     /**
      * Get the url for this book.