aboutsummaryrefslogtreecommitdiff
path: root/app/class/Model.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Model.php')
-rw-r--r--app/class/Model.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/class/Model.php b/app/class/Model.php
index 692257a..7e891f1 100644
--- a/app/class/Model.php
+++ b/app/class/Model.php
@@ -80,6 +80,12 @@ abstract class Model
'' => 'other'
];
+ public const BOOKMARK_ICONS = [
+ '🌘', '☂️', '⭐️', '✈️', '🚲', '💡', '💾', '💿', '💎', '🎞', ' ⚒', '💊', '📜', '📌', '🔍', '📦', '🔒',
+ '📒', '🔓', '🌡', '☎️', '🖤', '✝️', '☢️', '✅', '🌐', '🌍', '✳️', '🏴', '😎', '👻', '💩', '👍', '⚡️', '🍸',
+ '🍴', '⚽️', '🏭', '🚀', '⚓️'
+ ];
+
public const LIST_STYLES = [
'list' => 'list',
'card' => 'card'
@@ -115,6 +121,7 @@ abstract class Model
public const PASSWORD_MIN_LENGTH = 4;
public const PASSWORD_MAX_LENGTH = 32;
public const MAX_COOKIE_CONSERVATION = 365;
+ public const MAX_QUERY_LENGH = 256;
/** RENDER OPTIONS */
// add class in html element indicating from witch page the content come.