Found 50 results for "integrations plugins youtube"

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

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: 33.527843

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: 25.155

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

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

Score: 11.902237

Gitana / 4.0 / User Interface / Embedded Media / YouTube

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

Score: 11.902237

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.225772

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.225772

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.0704737

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.0704737

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.3199394

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.1626625

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.1626625

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.098546

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.0369768

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.7625172

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.7625172

Gitana / 3.2 / Guide / Guide / Overview

_page Access Policies Actions Antivirus Scanning API API Keys Applications Application Server Attachments Auditing Authentication Binary Files Branches Bulk Import Command Line Conditions Content Modeling Cookbooks Deployment Docker Features Find Forms General GraphQL Integrations Multifactor Authentication Modules Narration Optical Character Recognition Platform Policies Projects Publishing Query Recognition Releases Reports Rules Scripting Search Security Single Sign On (SSO) Supported Stacks

Score: 2.7362077

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.481398

Gitana / 4.0 / Home / Overview

Documentation Welcome to the Gitana Documentation Center. Gitana is a secure, enterprise-scale content platform that provides the fastest way to easily and continuously release approved, fresh content changes to your customer-facing APIs, web sites, applications and AI models. It provides everything that you need to power engaging digital experiences. It makes it easy for your business to create, manage and publish amazing content to your customers in real-time. Getting Started If you're new to

Score: 2.3763666

Automation and AI Services - Gitana

Automation and AI Services - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enh

Score: 2.326903

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki

Score: 2.205279

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki

Score: 2.205279

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.1233401

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.0963194

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.026741

CMS for Training and Deploying to Private GPT and AI Foundation Models - Gitana

CMS for Training and Deploying to Private GPT and AI Foundation Models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows

Score: 1.9808807