meraproject/module/ms/widget/structure/eWidgetsList.php
keboss-m 5c21d25d45 Initial commit: Merakomis portal, Docker stack and user-reader API.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 11:04:05 +03:00

33 lines
1.2 KiB
PHP

<?
namespace ms\widget\structure;
class eWidgetsList {
const PORTAL_ICON = 1;
const PORTAL_TABLE = 2;
const PORTAL_ICON_ADD = 3;
const ITEM_ICON = 4;
const SHOP_TABLE = 5;
const ITEM_PROPERTY = 6;
const PAYMENT_TABLE = 7;
const ORDER_ICON = 8;
const ORDER_TABLE = 9;
const SHOP_CATEGORY_ICON = 10;
const MENU_ICON = 11;
const BLOG_ICON = 12;
const GALLERY_ICON = 13;
const KADIGARDEN_STAR = 14;
const KADIGARDEN_COURSE = 15;
const KBASE_ICON = 16;
const ACADEMY = 17;
const CLIENT = 18;
const PROJECT = 19;
const PIPELINE = 20;
const COMPANY = 21;
const FAQ = 22;
const INSTAPLANNER_INSPIRATION = 23;
const PAGE = 24;
const RESOURCE = 25;
const RESOURCE_GROUP = 26;
const INSTAPLANNER_LESSON = 27;
}