zendesk_apps_support 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ module ZendeskAppsSupport
|
|
|
5
5
|
module Manifest
|
|
6
6
|
|
|
7
7
|
REQUIRED_MANIFEST_FIELDS = %w( author defaultLocale location frameworkVersion).freeze
|
|
8
|
-
LOCATIONS_AVAILABLE = %w( nav_bar ticket_sidebar ).freeze
|
|
8
|
+
LOCATIONS_AVAILABLE = %w( nav_bar ticket_sidebar new_ticket_sidebar ).freeze
|
|
9
9
|
|
|
10
10
|
class <<self
|
|
11
11
|
def call(package)
|