Found 21 results for "ui-dev plugins vimeo"

The search executed in 0.001309057 seconds. That's fast.

Gitana / 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Vimeo

Vimeo Create a Vimeo Video Template In "Embedded Media Editor", create your templates for Vimeo videos by selecting "Vimeo" from the "Media Type" dropdown. Then configure the width, height and border of the embedded media. Click "Update" to save the changes. Insert a Vimeo Video Now you can open a CKEditor, click the button to insert an embedded media, and choose a template you created to insert a Vimeo media. Put in the ID of your video. Hit "Save" to confirm, and you will see the media showing

Score: 11.9015465

Gitana / 4.0 / User Interface / Embedded Media / Vimeo

Vimeo Create a Vimeo Video Template In "Embedded Media Editor", create your templates for Vimeo videos by selecting "Vimeo" from the "Media Type" dropdown. Then configure the width, height and border of the embedded media. Click "Update" to save the changes. Insert a Vimeo Video Now you can open a CKEditor, click the button to insert an embedded media, and choose a template you created to insert a Vimeo media. Put in the ID of your video. Hit "Save" to confirm, and you will see the media showing

Score: 11.9015465

Gitana / 3.2 / Guide / Guide / Integrations

Integrations Cloud CMS allows you to connect to external cloud-based services for purposes of things like: external data storage for binary data auto-record updates to dns servers event handling to cloud notification handlers To configure these services, you simply create a service descriptor via the main interface: Service descriptors are declared once and can be re-used multiple times within your platform, across different projects and applications. Service descriptors are encrypted on the ser

Score: 11.3155575

Gitana / 4.0 / Data Engine / Integrations / Overview

Integrations Cloud CMS allows you to connect to external cloud-based services for purposes of things like: external data storage for binary data auto-record updates to dns servers event handling to cloud notification handlers To configure these services, you simply create a service descriptor via the main interface: Service descriptors are declared once and can be re-used multiple times within your platform, across different projects and applications. Service descriptors are encrypted on the ser

Score: 11.3155575

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-media-types

project-media-types [ { "evaluator": "context-project", "config": { "project-media-types": { "mediatypes": [ { "key": "youtube", "label": "YouTube" }, { "key": "vimeo", "label": "Vimeo" }, { "key": "soundcloud", "label": "SoundCloud" }, { "key": "brightcove", "label": "Brightcove" } ]

Score: 4.2252707

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-media-types

project-media-types [ { "evaluator": "context-project", "config": { "project-media-types": { "mediatypes": [ { "key": "youtube", "label": "YouTube" }, { "key": "vimeo", "label": "Vimeo" }, { "key": "soundcloud", "label": "SoundCloud" }, { "key": "brightcove", "label": "Brightcove" } ]

Score: 4.2252707

Gitana / 3.2 / Guide / Guide / Forms / Fields / CK Editor

CK Editor ID: ckeditor The ckeditor field renders the popular CKEditor HTML control. This offers a fully-featured HTML editor on top of a string schema type. It is ideal for situations where you wish to provide your editorial team with the ability to edit HTML visually and offers a large range of plugins and behaviors that you can customize. For basic information of what is possible in terms of configuring this field type, please view the Alpaca Forms documentation for the CKEditor field. Config

Score: 4.0700226

Gitana / 4.0 / Forms / CMS / Fields / CK Editor

CK Editor ID: ckeditor The ckeditor field renders the popular CKEditor HTML control. This offers a fully-featured HTML editor on top of a string schema type. It is ideal for situations where you wish to provide your editorial team with the ability to edit HTML visually and offers a large range of plugins and behaviors that you can customize. For basic information of what is possible in terms of configuring this field type, please view the Alpaca Forms documentation for the CKEditor field. Config

Score: 4.0700226

Gitana / 4.0 / Developers / Frameworks / Gatsby

Gatsby Generate static sites with Cloud CMS Building a static site with Cloud CMS content is simple with Gatsby JS. Below you will find tools and examples for how to get started. Connecting to Cloud CMS with Gatsby You can connect directly to the Cloud CMS API or indirectly via our app server. We offer GraphQL endpoints on each of these that can be accessed using our gatsby-source-cloudcms plugin. In your gatsby-config.js file, add the following configurations: const gitanaJson = require('./gita

Score: 3.319571

Gitana / 3.2 / Guide / Guide / User Interface / Add-ons

Add-ons Cloud CMS Add-Ons let you enhance your editorial user interface with new features and capabilities that integrate to popular third-party services like YouTube, Vimeo and Google Docs. Add-ons provision your editorial environment with things like: new form field types that integrate to third-party services new user interface pages for browsing and working with media from third-party services new actions or rules to enhance your repository's business logic new content types, associations an

Score: 3.1622899

Gitana / 4.0 / User Interface / Add-ons / Overview

Add-ons Cloud CMS Add-Ons let you enhance your editorial user interface with new features and capabilities that integrate to popular third-party services like YouTube, Vimeo and Google Docs. Add-ons provision your editorial environment with things like: new form field types that integrate to third-party services new user interface pages for browsing and working with media from third-party services new actions or rules to enhance your repository's business logic new content types, associations an

Score: 3.1622899

Gitana / 4.0 / User Interface / Embedded Media / Overview

Embed Media In CKEditor With the CloudCMS iframe inserter plugin in the CKEditor, you can embed media elements in the editor. Create an Embedded Media Template From a project level of your CloudCMS client, go to "Manage Project" -- "Editors" -- "Embedded Media Editor". Create a new embedded media template by clicking "+" button under "Templates". You can choose a media type from Vimeo, Youtube, Soundcloud and Brightcove. Then configure some basic settings for the media. Click "Update" to save th

Score: 3.0981808

Gitana / 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor

Embed Media In CKEditor With the CloudCMS iframe inserter plugin in the CKEditor, you can embed media elements in the editor. Create an Embedded Media Template From a project level of your CloudCMS client, go to "Manage Project" -- "Editors" -- "Embedded Media Editor". Create a new embedded media template by clicking "+" button under "Templates". You can choose a media type from Vimeo, Youtube, Soundcloud and Brightcove. Then configure some basic settings for the media. Click "Update" to save th

Score: 3.0366197

Gitana / 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extend Media Types

Extend Media Types The out of the box media types on CloudCMS are Youtube, Vimeo, Brightcove and Soundcloud. However, we grant you the ability to introduce any other media types. Follow this tutorial to learn how. (Code is involved!) Create a xxx-link.js File Note: Take a look at these files to get a sense of it. getSchema() and getOptions() These two methods allow you to create a form with specific fields to configure for templates of this type. /** * @override */ getSchema: fun

Score: 2.7621937

Gitana / 4.0 / User Interface / Embedded Media / Advanced Usages / Extend Media Types

Extend Media Types The out of the box media types on CloudCMS are Youtube, Vimeo, Brightcove and Soundcloud. However, we grant you the ability to introduce any other media types. Follow this tutorial to learn how. (Code is involved!) Create a xxx-link.js File Note: Take a look at these files to get a sense of it. getSchema() and getOptions() These two methods allow you to create a form with specific fields to configure for templates of this type. /** * @override */ getSchema: fun

Score: 2.7621937

Gitana / 4.0 / Forms / API / Functions

Functions General Usage The general usage of Alpaca is one where you pass a JSON object into the $.alpaca method to inspire the rendering of your form. The general usage follows a structure like this: $("#id").alpaca({ "data": {}, "schema": {}, "options": {}, "postRender": function(control) { } }); This will use the information provided by schema and options to render a form containing data into the DOM element with ID id. Once the form has finished rendering, the postRender

Score: 2.4811254

5 Reasons why Cloud CMS is Totally Awesome

Cloud CMS is the only Content Management System that was built from the ground up for the needs of mobile devices and applications. Our goal is to provide the fastest, easiest and most cost-effective way for businesses to curate and deliver content to their applications, running anywhere in the world, in any language and at any time. In the last article, I talked about the general lack of mobile strategy within the business world. Mobile apps are so new that most businesses have had to react to

Score: 2.123094

Dynamic ProxyPassReverseCookieDomain with Apache 2

We do a lot of HTML5 and JavaScript application hosting at Cloud CMS. Our platform lets you build HTML5 applications and deploy them to our cloud infrastructure with just a couple of clicks. As a result, we’ve gotten pretty friendly with Apache 2, virtual hosts, mod_rewrite, proxies and more. Applications built on our platform use OAuth2 over SSL. We support all of the authentication flows even for HTML5/JS applications. Inherently, these applications are considered “untrusted” in any two-legged

Score: 2.0960903

Introducing the Cloud CMS Open Source App Server

Cloud CMS lets you create content once and reuse it everywhere - across all of your devices, web sites, mobile applications, tradeshow kiosks, digital signage surfaces and more. Our editorial environment is fully featured, extensible easy to use, letting you manage content and deliver it via our enterprise-class Content API. With Cloud CMS, customers are free to build apps on top of best-of-breed open-source frameworks while leveraging open-standards. They are empowered to continue to use the de

Score: 2.0265205

Gitana / 3.2 / Guide / Guide / UI Developers Guide

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 1.538867

Gitana / 4.0 / Developers / User Interface Customization / Overview

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 1.538867