]>
BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Bookshelf.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Input WYSIWYG: Updated API to show/accept html descriptions
[bookstack]
/
app
/
Entities
/
Models
/
Bookshelf.php
diff --git
a/app/Entities/Models/Bookshelf.php
b/app/Entities/Models/Bookshelf.php
index 464c127b82f667fa47e3de5b176bd347db95a53f..9ffa0ea9cabd9a9b3beed43ea65cc4c21f2f0aad 100644
(file)
--- a/
app/Entities/Models/Bookshelf.php
+++ b/
app/Entities/Models/Bookshelf.php
@@
-19,7
+19,7
@@
class Bookshelf extends Entity implements HasCoverImage
protected $fillable = ['name', 'description', 'image_id'];
- protected $hidden = ['image_id', 'deleted_at'];
+ protected $hidden = ['image_id', 'deleted_at'
, 'description_html'
];
/**
* Get the books in this shelf.