feat: ✨ preliminary work on revised Post system
Some checks reported warnings
/ phplint (push) Has been cancelled
Some checks reported warnings
/ phplint (push) Has been cancelled
This commit is contained in:
parent
b8e449006b
commit
0f2761cd61
4 changed files with 58 additions and 8 deletions
|
@ -36,8 +36,10 @@ class PostHandler extends MySQLAdapter {
|
|||
$icon_mapping = [
|
||||
'' => 'question',
|
||||
'text/markdown' => 'markdown',
|
||||
'blog' => 'markdown',
|
||||
'directory' => 'folder',
|
||||
'gallery' => 'images',
|
||||
'blog_list' => 'rectangle-list',
|
||||
'image' => 'image'
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue