Found 154 results for "ui embedded-media"

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

Gitana / 4.0 / Self Managed / Maintenance / Health Check / Load Balancers

Health Check / Load Balancers In a production configuration of Cloud CMS, you will want to have a load balancer (LB) in front of both your API and UI clusters. You should have one load balancer for the API cluster and one load balancer for the UI cluster. Each load balancer is responsible for receiving requests from the outside world and efficiently distributing those requests to the N servers that make up each cluster. Load balancers use a number of strategies to try to determine which servers

Score: 1.9102471

Gitana / 3.2 / Guide / Guide / Getting Started

Getting Started Welcome to the Cloud CMS Documentation center. Cloud CMS is an API-first content management system that provides everything you need on the back end to power web sites and mobile applications. Cloud CMS makes it easy for your business users to create, manage and publish amazing content to your users! You are reading the Getting Started guide. To learn more about Cloud CMS and what it does, select from the links provided below or use the tree on the left-hand side. We offer severa

Score: 1.8373314

Container Registry - Gitana

Container Registry - 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 enhance and

Score: 1.8373314

Gitana / 4.0 / Self Managed / Configuration / Overview

Configuration Antivirus Server API Server Encrypting Properties UI Server

Score: 1.8324069

Gitana / 3.2 / Guide / Guide / Docker / Configuration

Configuration Antivirus Server API Server Encrypting Properties Support UI Server

Score: 1.8295658

Advanced Content Modeling options (example)

Question. If I have the following collections: Categories Products Product_Description_Schemas Each Product is linked to a Category. Each Category is linked to a Product_Description_Schema. The outcome I want to accomplish is that the description schema for Product X I am entering, is defined by the Category it is linked to ( which in turn is defined by the Product_Description_Schema that the Category is linked to ). e.g. Product = Hilton Hotel London, Category = Hotel, Product_Description_Schem

Score: 1.8123341

Gitana / 3.2 / Guide / Guide / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 1.8043872

Gitana / 4.0 / Developers / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 1.8043872

CMS editor Locking

There are two levels of locking which usually come into play in a scenario like this. One is a "UI lock" which is taken out when a user begins editing something within the user interface. This lock is released when they finished editing (either by hitting save or canceling). The other lock is a "data lock" which is a transactional lock taken out when the write of multiple documents begins. This is a transactional lock in the sense that it blocks other write operations against those documents and

Score: 1.7926714

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 1.7856851

Gitana / 4.0 / Developers / User Interface Customization / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 1.7856851

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Templates

Templates On pages like "Content Types" and "Search", each list item has some detailed information displayed. You can customize the information you hope to appear via Templates. Create a UI Template Fill in the title and a unique key to create a new UI template. You can also write down some description for the template. Nodes with qname n:ui_template have two properties: key, which is a unique identifier of the template, and type, which is the type of targets the template is applied to. Currentl

Score: 1.7810774

Gitana / 4.0 / Developers / User Interface Customization / Templates

Templates On pages like "Content Types" and "Search", each list item has some detailed information displayed. You can customize the information you hope to appear via Templates. Create a UI Template Fill in the title and a unique key to create a new UI template. You can also write down some description for the template. Nodes with qname n:ui_template have two properties: key, which is a unique identifier of the template, and type, which is the type of targets the template is applied to. Currentl

Score: 1.7810774

Gitana / 4.0 / Self Managed / Overview

Self-Managed Gitana offers the option to run development and production installations of its software on-premise or within a virtual private cloud. Getting Started To get started with Gitana Self-Managed, please check out the following: Configuration Docker Kits Kubernetes Maintenance Monitoring Supported Stacks UI Extensions

Score: 1.7303038

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / uitemplates-subcontext

uitemplates-subcontext [ { "config": { "uitemplates-subcontext": { "items": [ { "key": "project-uitemplates", "title": "Project UI Templates", "header": true, "order": 1000, "items": [ { "key": "project/uitemplates/settings", "title": "Settings", "uri": "#/projects/{projectId}/uitemplates/settings", "iconClass": "fa fa-sliders"

Score: 1.7252443

Gitana / 4.0 / Developers / User Interface Customization / Contexts / uitemplates-subcontext

uitemplates-subcontext [ { "config": { "uitemplates-subcontext": { "items": [ { "key": "project-uitemplates", "title": "Project UI Templates", "header": true, "order": 1000, "items": [ { "key": "project/uitemplates/settings", "title": "Settings", "uri": "#/projects/{projectId}/uitemplates/settings", "iconClass": "fa fa-sliders"

Score: 1.7252443

Gitana / Overview

Getting Started Welcome to the Cloud CMS Documentation center. Here is a test of a note adminition block: Note Here is a note! Here is a test of an important admonition blocK: Important Be wary of visitors bearing gifts!! Cloud CMS is an API-first content management system that provides everything you need on the back end to power web sites and mobile applications. Cloud CMS makes it easy for your business users to create, manage and publish amazing content to your users! You are reading the Get

Score: 1.7008762

How does multi-tenancy work?

How does multi-tenancy work? ie I want to have multiple companies with sub-groups of users in each company - to follow, how would we customize the interface for each company? There are two good ways to achieve multi-tenancy with Cloud CMS. - One is to use multiple "projects" - i.e. one per customer. Each project has it's own domain of users and groups, as well as it's own content definitions, instances and ACLs. As such, you can use each project to store the content on a per-client basis. You ca

Score: 1.7008762

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 1.6837656

Gitana / 4.0 / Developers / User Interface Customization / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 1.6837656

Gitana / 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Extend Field Templates

Extend Field Templates If you find the existing field templates still limited to your need, Modules allow you to add your own field template. In the following sample, we added a field template that provides a Summernote WYSIWYG editor. Default CKEditor WYSIWYG: Customized Summernote WYSIWYG: Get the code here in the SDK: https://github.com/gitana/sdk/tree/master/ui/modules/content-model/content-model-field

Score: 1.6810055

Gitana / 4.0 / Data Engine / Content Models / Content Model Builder / Extend Field Templates

Extend Field Templates If you find the existing field templates still limited to your need, Modules allow you to add your own field template. In the following sample, we added a field template that provides a Summernote WYSIWYG editor. Default CKEditor WYSIWYG: Customized Summernote WYSIWYG: Get the code here in the SDK: https://github.com/gitana/sdk/tree/master/ui/modules/content-model/content-model-field

Score: 1.6810055

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

Gitana / 3.2 / Guide / Guide / Publishing / Lifecycle States

Lifecycle States Cloud CMS contains four content Lifecycle States during the Publishing process of a content. These define the state of the Content in the Publishing Lifecycle. Each state will have an ID, Title and a Preview Endpoint The four states in the Publishing lifecycle are : - None - Draft - Live - Archived You can look at the lifecycle states as follows: Each state has a Preview Endpoint which can be defined or modified under Preview Servers. These gives a chance to instantly preview t

Score: 1.650135

Gitana / 3.2 / Guide / Guide / Docker / Kits

Kits Cloud CMS ships a number of pre-built kits containing Docker configuration files to help you get start. These kits are built from customer feedback to provide the most commonly requested scenarios. They can be used straight away or at the very least can serve as a useful reference. To download the Cloud CMS Docker Kits, please visit our Docker download page. Kits All of the Docker kits utilize Docker and Docker Compose. In each kit, you'll find a docker-compose.yml file which describes the

Score: 1.6338185