Method: Contentful::Management::Environment#ui_extensions

Defined in:
lib/contentful/management/environment.rb

#ui_extensionsContentful::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.

Returns:

  • (Contentful::Management::EnvironmentUIExtensionMethodsFactory)

See Also:

  • README for details.


114
115
116
# File 'lib/contentful/management/environment.rb', line 114

def ui_extensions
  EnvironmentUIExtensionMethodsFactory.new(self)
end