feat: preliminary work on revised Post system
Some checks reported warnings
/ phplint (push) Has been cancelled

This commit is contained in:
David Bailey 2024-02-12 23:20:43 +01:00
parent b8e449006b
commit 0f2761cd61
4 changed files with 58 additions and 8 deletions

View file

@ -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'
];