28 lines
975 B
PHP
28 lines
975 B
PHP
<?
|
|
|
|
namespace ms\widget\structure;
|
|
class eWidgetIcon{
|
|
const PORTAL = 'portal';
|
|
const ITEM = 'item';
|
|
const SHOP = 'shop';
|
|
const ITEM_PROPERTY = 'item_property';
|
|
const PAYMENT = 'payment';
|
|
const ORDER = 'order';
|
|
const CATEGORY = 'category';
|
|
const MENU = 'menu';
|
|
const BLOG = 'blog';
|
|
const GALLERY = 'gallery';
|
|
const STAR = 'star';
|
|
const KBASE = 'kbase';
|
|
const MASTERCLASS = 'masterclass';
|
|
const ACADEMY = 'masterclass';
|
|
const CLIENT = 'client';
|
|
const PROJECT = 'project';
|
|
const PIPELINE = 'pipeline';
|
|
const COMPANY = 'company';
|
|
const FAQ = 'faq';
|
|
const INSPIRATION = 'inspiration';
|
|
const PAGE = 'page';
|
|
const RESOURCE = 'resource';
|
|
const RESOURCE_GROUP = 'resource_group';
|
|
} |