File: D:/HostingSpaces/SBogers95/rentman.io/app/Komma/Dynamic/ComponentType/ComponentTypes.php
<?php
namespace App\Komma\Dynamic\ComponentType;
use App\Komma\Base\Enum;
/**
* Class ComponentTypes
*
* All component types and their ids.
* Notice: The ids don't correspond to database records anymore
*/
class ComponentTypes extends Enum
{
const UNKNOWN = 0;
const HEADING = 1;
const TEXT_IMAGE = 2;
const DOUBLE_TEXT = 3;
const QUOTE = 4;
const VIDEO = 5;
const CARDS = 6;
const ACCORDION_FIXED_IMAGE = 7;
const CAPTERRA = 8;
const TEXT = 9;
const IMAGE = 10;
const DATA_SECURITY = 11;
const PRODUCT_TABLE = 12;
const CUSTOMER_STORY_TABS = 13;
const ACCORDION_TEXTAREA = 14;
const IMAGE_TEXT_STEPS = 15;
const SEPARATOR = 16;
const USP = 17;
const CUSTOMER_STORY_SLIDER = 18;
const CUSTOMER_LOGOS = 19;
const CUSTOMER_LOGOS_BY_COUNTRY = 20;
const STORY_SLIDER = 21;
const CAROUSEL_IMAGES = 22;
const HEADING_CONTENT = 23;
const CAREERS_JOB_DESCRIPTION = 24;
const CAREERS_JOB_REQUIREMENTS = 25;
const INTEGRATIONS = 26;
const TEXT_IMAGE_TABS = 27;
const AWARD_BADGES = 28;
const TABLE = 29;
const TILES = 30;
const CARDSSLIDER = 31;
const FAQ = 32;
const ARTICLE_BUTTONS = 33;
const TOPNAV_SLIDER = 34;
const SIDENAV_SLIDER = 35;
//
// const SIDENAV_SLIDER = 32;
//
// const TOPNAV_SLIDER = 33;
//
// const FAQ = 34;
//
// const ARTICLE_BUTTONS = 35;
}