. * */ /** * Option names defining which videos to show in the gallery * */ class org_tubepress_options_category_Gallery { const MODE = "mode"; const FAVORITES_VALUE = "favoritesValue"; const MOST_VIEWED_VALUE = "most_viewedValue"; const PLAYLIST_VALUE = "playlistValue"; const TAG_VALUE = "tagValue"; const TOP_RATED_VALUE = "top_ratedValue"; const USER_VALUE = "userValue"; }