Found 1173 results for "conditions and"

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

Gitana 4.0 / User Interface / Security / Create a new Role

Manage project roles efficiently with default options or create custom roles. Assign specific permissions to tailor roles to your needs.

Score: 0.28783053

Gitana 4.0 / User Interface / Security / Create a new Team

Easily manage project teams by creating new ones and assigning roles with step-by-step instructions and role descriptions.

Score: 0.28783053

Content definition - JSON Schema v4 document

1. A content definition is a JSON Schema v4 document. As such, the valid property types are those supported by JSON Schema itself, described more thoroughly here: http://json-schema.org/latest/json-schema-core.html (Specifically, look under section 4.2.1 Instance Data Model) 2. The default path capability is frequently used to make sure that content of a given type is stored into a predictable "folder" structure. You're right to be inquisitive about what this means since everything in Cloud CMS

Score: 0.28783053

Chaining vs. Promises

The Cloud CMS JavaScript driver provides it's own internal chaining library that makes it easier to manage callbacks in asynchronous JS applications. The chaining library is powerful and bears some similarity to modern promise libraries. But it is important to bear in mind that it is distinct apart from having some similar method signatures. One similarity in structure in that both promises and chaining have a then() method to resolve the callback. However, the chaining library's chained methods

Score: 0.28783053

Gitana 3.2 / Guide / Guide / API / Data Types / Email

Comprehensive guide on using email data types and configurations, including sending, updating, and querying emails with examples.

Score: 0.2876681

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Configure your Cloud CMS project search with custom filters and settings for a tailored search experience.

Score: 0.28665853

Gitana 4.0 / User Interface / Projects / Configure Search

Optimize project search settings on Cloud CMS with JSON configurations for enhanced UI and administration efficiency.

Score: 0.28665853

Gitana 3.2 / Guide / Guide / Features / Watermarkable

Effortlessly apply watermarks to your content with Cloud CMS, ensuring consistency and control over image protection.

Score: 0.28595993

Gitana 4.0 / Content Engine / Aspects / Watermarkable

Effortlessly apply watermarks to your content with Cloud CMS, ensuring consistency and control over image protection.

Score: 0.28595993

Gitana 4.0 / Forms / API / Events

Learn how to effectively bind and manage event handlers in Alpaca fields using configuration, callbacks, and custom extensions.

Score: 0.28595993

Gitana 3.2 / Guide / Guide / Features / Propagates Authorities

Propagate inherited authorities efficiently in Cloud CMS, automatically granting permissions from parent to child objects in graph containment models.

Score: 0.28527713

Gitana 4.0 / Content Engine / Aspects / Propagates Authorities

Propagate inherited authorities efficiently in Cloud CMS, automatically granting permissions from parent to child objects in graph containment models.

Score: 0.28527713

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.28527713

Gitana 3.2 / Guide / Guide / Policies

Optimize your content management with Cloud CMS policies, triggering custom actions on events to streamline your workflow efficiently.

Score: 0.28367198

Gitana 3.2 / Guide / Guide / Application Server / Services / Insight

Optimize your web app's analytics with Cloud CMS Insight, seamlessly capturing data via web sockets into the Cloud CMS data warehouse.

Score: 0.28367198

Gitana 4.0 / Developers / Application Server / Services / Insight

Optimize your web app's analytics with Cloud CMS Insight, seamlessly capturing data via web sockets into the Cloud CMS data warehouse.

Score: 0.28367198

Gitana 4.0 / Content Engine / Behaviors / Policies

Explore Cloud CMS policies to automate actions and manage content lifecycle through custom logic integration and sensible default handlers.

Score: 0.28367198

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 0.28367198

Gitana 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Optimize your Node.js applications with Cloud CMS. Learn to connect, chain API calls, and query nodes for efficient data management.

Score: 0.2832666

Gitana 4.0 / Developers / Cookbooks / Node.js Cookbook

Explore the Node.js Cookbook for tips on connecting to Cloud CMS, handling asynchronous tasks, and creating custom nodes effortlessly.

Score: 0.2832666

Gitana 4.0 / Forms / Fields / Text Field

Explore the comprehensive guide on the text field, including its properties, schema options, and examples for input configuration and customization.

Score: 0.28189602

Gitana 4.0 / Reference / Types / Changeset

Explore Changeset API for Cloud CMS to manage your branch content with ease. Enhance content curation and authoring with advanced features.

Score: 0.28189602

Gitana 3.2 / Guide / Guide / Features / Translation

Explore how translated content in web nodes works with master nodes, locale, and edition properties for seamless multilingual integration.

Score: 0.28051525

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / content-instances-list-item-actions

Manage document actions effortlessly: favorite, edit, unlock, or explore JSON with intuitive icons and smooth navigation.

Score: 0.28051525

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-item-actions

Optimize document actions, including favorites, edits, and locks, for user management. Secure files with admin-level JSON views and priority orders.

Score: 0.28051525