?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/brizy/content/providers/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/brizy/content

?? Viewing: interface.php

<?php

interface Brizy_Content_Providers_Interface {

	const CONFIG_KEY_TEXT     = 'richText';
	const CONFIG_KEY_IMAGE    = 'image';
	const CONFIG_KEY_LINK     = 'link';
	const CONFIG_KEY_OEMBED   = 'oembed';
	const CONFIG_KEY_VIDEO    = 'video';
	const CONFIG_KEY_SNDCLOUD = 'sndcloud';
}


??

??