@@ -58,23 +58,24 @@ function TP_ACCOUNT_OPTIONS_DEFAULTS() {
5858
5959function TP_PREFERENCES_OPTIONS_DEFAULTS () {
6060 return array (
61- 'plugin_version ' => TP_PLUGIN_VERSION ,
62- 'embed_tag_type ' => 'iframe ' ,
63- 'default_player_name ' => '' ,
64- 'default_player_pid ' => '' ,
65- 'mpx_server_id ' => 'DEFAULT_SERVER ' ,
66- 'default_publish_id ' => 'tp_wp_none ' ,
67- 'thumbnail_profile_id ' => 'tp_wp_none ' ,
68- 'user_id_customfield ' => '(None) ' ,
69- 'transform_user_id_to ' => 'nickname ' ,
70- 'filter_by_user_id ' => 'false ' ,
71- 'autoplay ' => 'true ' ,
72- 'rss_embed_type ' => 'article ' ,
73- 'default_width ' => intval ( $ GLOBALS ['content_width ' ] ),
74- 'default_height ' => intval ( ( $ GLOBALS ['content_width ' ] / 16 ) * 9 ),
75- 'player_embed_type ' => 'true ' ,
76- 'embed_hook ' => 'tinymce ' ,
77- 'media_embed_type ' => 'pid '
61+ 'plugin_version ' => TP_PLUGIN_VERSION ,
62+ 'embed_tag_type ' => 'iframe ' ,
63+ 'default_player_name ' => '' ,
64+ 'default_player_pid ' => '' ,
65+ 'mpx_server_id ' => 'DEFAULT_SERVER ' ,
66+ 'default_publish_id ' => 'tp_wp_none ' ,
67+ 'thumbnail_profile_id ' => 'tp_wp_none ' ,
68+ 'user_id_customfield ' => '(None) ' ,
69+ 'transform_user_id_to ' => 'nickname ' ,
70+ 'filter_by_user_id ' => 'false ' ,
71+ 'autoplay ' => 'true ' ,
72+ 'rss_embed_type ' => 'article ' ,
73+ 'default_width ' => intval ( $ GLOBALS ['content_width ' ] ),
74+ 'default_height ' => intval ( ( $ GLOBALS ['content_width ' ] / 16 ) * 9 ),
75+ 'player_embed_type ' => 'true ' ,
76+ 'embed_hook ' => 'tinymce ' ,
77+ 'media_embed_type ' => 'pid ' ,
78+ 'enqueue_external_controller ' => 'false '
7879 );
7980}
8081
@@ -130,6 +131,11 @@ function TP_PREFERENCES_OPTIONS_FIELDS() {
130131 'type ' => 'select ' ,
131132 'values ' => array ( 'IFrame ' => 'iframe ' , 'Script ' => 'script ' ),
132133 ),
134+ array (
135+ 'id ' => 'enqueue_external_controller ' ,
136+ 'title ' => 'Enqueue PDK External Controller ' ,
137+ 'type ' => 'boolean '
138+ ),
133139 array (
134140 'id ' => 'media_embed_type ' ,
135141 'title ' => 'Media Embed Type ' ,
0 commit comments