Found 300 results for "access-policies conditions branch"

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

Gitana 3.2 / Guide / Guide / Actions / Capture Screenshot

Capture and store screenshots with customizable options, including dimensions and clipping. Perfect for tailored web snapshots.

Score: 1.2702533

Gitana 4.0 / Content Engine / Behaviors / Actions / Capture Screenshot

Capture and store screenshots with customizable options, including dimensions and clipping. Perfect for tailored web snapshots.

Score: 1.2702533

Gitana 3.2 / Guide / Guide / Bulk Import

Effortlessly migrate content to Cloud CMS with our bulk import tool, supporting various file formats, seamless integration, and offline archive creation.

Score: 1.2640522

Gitana 4.0 / Content Engine / Bulk Import

Effortlessly migrate content to Cloud CMS using the Bulk Import tool. Supports XML, JSON, CSV, SQL, and integrates with Node.js via Cloud CMS Packager.

Score: 1.2640522

Gitana 3.2 / Guide / Guide / Content Modeling / Definitions / Content Type Definition

Learn how to define and manage content types in Cloud CMS, with JSON schema, for organized content creation and editing.

Score: 1.2527645

Gitana 4.0 / Content Engine / Content Models / Definitions / Content Type Definition

Define and manage content types effortlessly with Cloud CMS. Customize schemas, create instances, and streamline content management with JSON and UI tools.

Score: 1.2527645

Gitana 3.2 / Guide / Guide / Features / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 1.2341356

Gitana 4.0 / Content Engine / Aspects / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 1.2341356

Gitana 3.2 / Guide / Guide / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 1.2327654

Gitana 4.0 / Content Engine / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 1.2327654

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

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

Gitana 4.0 / Content Engine / Behaviors / Policies

Discover Cloud CMS policies to automate actions and manage content lifecycle including branches, releases, and custom code integrations.

Score: 1.211177

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

Editorial Flows

Editorial Flows In Gitana 4.0, we introduced a new feature called Editorial Flows. With Editorial Flows, your editorial teams launch draft workspaces where they work on content items at their own pace. They can write new content, change existing content or delete things in isolation without worrying about how it will affect the main line of content. They are free to work without worry about stepping on each other's toes. They can make changes to the content graph, upload new files, adjust taxono

Score: 1.2060192

Gitana 3.2 / Guide / Guide / Publishing

Manage your content lifecycle with Cloud CMS Publishing, featuring customizable workflows, lifecycle states, and multi-server deployment options.

Score: 1.189057

Gitana 3.2 / Guide / Guide / Auditing

Optimize your content strategy with Cloud CMS's audit system, tracking user interactions and content access in on-premise Docker environments.

Score: 1.1843948

Gitana 4.0 / Content Engine / Platform / Auditing

Optimize your content strategy with Cloud CMS's audit system, tracking user interactions and content access in on-premise Docker environments.

Score: 1.1843948

Gitana 3.2 / Guide / Guide / Actions / Send a Slack Message

Send messages to Slack channels using Cloud CMS. Integrate seamlessly with our detailed configuration and example guides.

Score: 1.1677303

Gitana 4.0 / Content Engine / Behaviors / Actions / Send a Slack Message

Send Slack messages effortlessly. Learn configuration and integration with Cloud CMS for seamless communication in your channels.

Score: 1.1677303

Gitana 3.2 / Guide / Guide / Publishing / Lifecycle States

Learn about Cloud CMS's four content lifecycle states: None, Draft, Live, and Archived, to streamline your publishing process.

Score: 1.1647288

Gitana 3.2 / Guide / Guide / Forms / References

Learn how Cloud CMS leverages $ref for dynamic form and schema integration, enabling effective JSON component reuse across your content model.

Score: 1.1471553

Gitana 4.0 / Forms / CMS / References

Enhance your forms with Cloud CMS by using $ref for seamless schema and form configuration integration. Explore content model references today!

Score: 1.1471553

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 1.1471553

Gitana 3.2 / Guide / Guide / Actions / Send Email

Send personalized emails with configurable templates using various providers. Simplify email sending by customizing recipients, subjects, and body content.

Score: 1.1385313