From 7ed83f6c9eb5d42a90184b8d59edb3109e8184f3 Mon Sep 17 00:00:00 2001 From: mrquatsch Date: Sat, 17 Feb 2018 08:59:06 -0600 Subject: [PATCH] config for enhanced pleypy app --- resources/views/supportedapps/plexpy.blade.app | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/views/supportedapps/plexpy.blade.app diff --git a/resources/views/supportedapps/plexpy.blade.app b/resources/views/supportedapps/plexpy.blade.app new file mode 100644 index 00000000..e5e2fb1f --- /dev/null +++ b/resources/views/supportedapps/plexpy.blade.app @@ -0,0 +1,11 @@ +

{{ __('app.apps.config') }} ({{ __('app.optional') }})

+
+ +
+ + {!! Form::text('config[apikey]', null, array('placeholder' => __('app.apps.apikey'), 'data-config' => 'apikey', 'class' => 'form-control config-item')) !!} +
+
+ +
+