Current File : /var/www/e360ban/wp-content/plugins/wp-views/application/controllers/constants/ViewBlockData.php |
<?php
namespace OTGS\Toolset\Views\Controller\Constants;
/**
* Pseudo enum class that holds the constants for the View block data post meta array.
*/
class ViewBlockData {
const VIEW_BLOCK_CONTENT_SELECTION_DATA = 'content_selection';
const VIEW_BLOCK_CONTENT_SELECTION_WPA_LOOPS = 'wpaLoops';
const VIEW_BLOCK_CONTENT_SELECTION_WPA_LOOPS_OPTIONS = 'wpaLoopsOptions';
const VIEW_BLOCK_CONTENT_SELECTION_WPA_LOOPS_PREVIEW = 'wpaLoopsPreview';
}