diff --git a/building-basic-vr-theme.md b/building-basic-vr-theme.md index 8463ea1..84cacc1 100644 --- a/building-basic-vr-theme.md +++ b/building-basic-vr-theme.md @@ -73,7 +73,6 @@ After installing IdeaSpaceVR, extract and copy the Starter Theme files into your '#theme-author-email' => 'info@ideaspacevr.org', '#theme-homepage' => 'https://www.ideaspacevr.org/themes', '#theme-keywords' => 'starter theme, simple', - '#theme-compatibility' => 'Google Cardboard, Daydream, Oculus, Samsung Gear VR, no headset', '#theme-view' => 'scene', '#content-types' => [ diff --git a/theme-configuration-file.md b/theme-configuration-file.md index 749c229..aeeab05 100644 --- a/theme-configuration-file.md +++ b/theme-configuration-file.md @@ -46,9 +46,6 @@ The theme configuration file `config.php` is central to a theme. It contains con #theme-keywordsKeywords, comma separated. Example: 'photo sphere, gaze input navigation, mobile, 360, photography'. - - #theme-compatibilityComma separated HMDs. Example: 'Google Cardboard, Daydream, Oculus, Samsung Gear VR, no headset'. - #theme-viewThe main view template file. Example: 'scene' which translates to scene.blade.php. @@ -104,7 +101,6 @@ return [ '#theme-author-email' => 'info@ideaspacevr.org', '#theme-homepage' => 'https://www.ideaspacevr.org/themes', '#theme-keywords' => 'photo sphere, gaze input navigation, mobile, 360, photography', - '#theme-compatibility' => 'Google Cardboard, Daydream, Oculus, Samsung Gear VR, no headset', '#theme-view' => 'scene', '#content-types' => [