Method: Contentful::Management::Environment#ui_extensions
- Defined in:
- lib/contentful/management/environment.rb
#ui_extensions ⇒ Contentful::Management::EnvironmentUIExtensionMethodsFactory
Allows manipulation of UI extensions in context of the current environment Allows listing all UI extensions for the current environment, creating new and finding one by ID.
114 115 116 |
# File 'lib/contentful/management/environment.rb', line 114 def ui_extensions EnvironmentUIExtensionMethodsFactory.new(self) end |