first commit
This commit is contained in:
11
wp-content/plugins/brizy/content/providers/interface.php
Normal file
11
wp-content/plugins/brizy/content/providers/interface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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';
|
||||
}
|
||||
Reference in New Issue
Block a user