ept_core-1.4.2/src/Constants/EptConstants.php
src/Constants/EptConstants.php
<?php
namespace Drupal\ept_core\Constants;
/**
* Constants for Extra Paragraph Types (EPT).
*/
class EptConstants {
/**
* Color blue.
*/
const COLOR_BLUE = '#0d77b5';
/**
* Color white.
*/
const COLOR_WHITE = '#fff';
/**
* Color black.
*/
const COLOR_BLACK = '#000';
}
