diff options
Diffstat (limited to 'plugins/jetpack/class.jetpack-options.php')
-rw-r--r-- | plugins/jetpack/class.jetpack-options.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/jetpack/class.jetpack-options.php b/plugins/jetpack/class.jetpack-options.php index a7ccfb68..a9f0e939 100644 --- a/plugins/jetpack/class.jetpack-options.php +++ b/plugins/jetpack/class.jetpack-options.php @@ -54,6 +54,8 @@ class Jetpack_Options { 'dismissed_connection_banner', // (bool) True if the connection banner has been dismissed 'onboarding', // (string) Auth token to be used in the onboarding connection flow 'tos_agreed', // (bool) Whether or not the TOS for connection has been agreed upon. + 'static_asset_cdn_files', // (array) An nested array of files that we can swap out for cdn versions. + 'mapbox_api_key', // (string) Mapbox API Key, for use with Map block. ); case 'private' : |