Found 308 results for "access-policies conditions branch"

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

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers

Explore various Deployment Handlers like Azure, FTP, and Amazon S3 to enhance your Deployment Target's delivery and connectivity.

Score: 1.3105962

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers

Explore various Deployment Handlers for your deployment needs, including Azure, FTP, HTTP, and Amazon S3, ensuring seamless content delivery.

Score: 1.3105962

Gitana 3.2 / Guide / Guide / Search

Explore efficient content indexing and comprehensive search capabilities with Cloud CMS using ElasticSearch, enabling powerful and precise queries across multiple projects.

Score: 1.307184

Gitana 4.0 / Content Engine / Search

Optimize your content search with Cloud CMS, using ElasticSearch for full-text and structured queries. Effortlessly index and retrieve data.

Score: 1.307184

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 1.2743263

Gitana 3.2 / Guide / Guide / GraphQL

'Explore Cloud CMS's powerful GraphQL API for seamless content integration and management, ideal for developers seeking efficient data retrieval and manipulation.'

Score: 1.2640982

Gitana 4.0 / Content Engine / Graph QL

Explore how Cloud CMS integrates with GraphQL for advanced content querying and manipulation, streamlining CMS management for developers.

Score: 1.2640982

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

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

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

Gitana 4.0 / Content Engine / Bulk Import

Effortlessly migrate and import your content into Cloud CMS with our versatile bulk import tool, supporting various formats and legacy CMS integrations.

Score: 1.2568938

Gitana 4.0 / Content Engine / Sidekick

Enhance team efficiency and creativity with Sidekick—AI-powered task assistants and conversational insights for streamlined content management.

Score: 1.2462444

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

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

Learn about content types in Cloud CMS, their schema, creation, editing, and management using JSON schema and Content Model Builder.

Score: 1.2453612

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

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

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 1.2132546

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 1.2132546

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

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

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

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

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

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

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