Found 624 results for "gitana 4.0 developers api resources branch get-repositories-repositoryid-b-chain"

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

Gitana 4.0 / Developers / Authentication / Drivers

Learn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.

Score: 2.3651805

Gitana 3.2 / Guide / Guide / Getting Started

Explore Cloud CMS, an API-first CMS empowering businesses with content creation, management, and publishing for web and mobile apps. Get started today!

Score: 2.3380337

Gitana 4.0 / Reference / Types / Workflow

Explore comprehensive details on defining, managing, and executing workflows within the platform. Access methods, properties, examples, and schema.

Score: 2.3298774

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.84

Upgrade to Cloud CMS 3.2.84 for ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access release and upgrade notes for more details.

Score: 2.292573

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.85

Upgrade to Cloud CMS 3.2.85 with ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access detailed release and upgrade notes.

Score: 2.292573

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.86

Upgrade to Cloud CMS 3.2.86 for ARM-64 support, improved performance, and compatibility with Redis 6.x. Follow release notes and upgrade tools for guidance.

Score: 2.292573

The top 3 features that differentiate Cloud CMS from the competition

You have determined you need a Content Management System (CMS) and have begun the daunting task of reducing the number of CMS products to a manageable number to evaluate in depth. Having reached this article you are aware of, or interested in, CMSs that can be described as: Headless CMS, API First, Platform as a Service (PaaS), Decoupled CMS, Cloud-First. I am sure there are more beautiful categorizations and terminology provided by the latest analyst buzz. As much as I may not like the catagori

Score: 2.2783551

Gitana 4.0 / Reference / Types / Workflow Task

Explore our comprehensive guide on Workflow Tasks within the Platform, featuring detailed methods, properties, and use cases for seamless integration.

Score: 2.2269013

Gitana 3.2 / Guide / Guide / User Interface / Locking

Optimize your document management with Cloud CMS's robust locking system for transactional and manual locks, ensuring data integrity and collaboration.

Score: 2.2229753

Gitana 4.0 / User Interface / User Interface / Locking

Cloud CMS uses data locks to manage transactional write operations, ensuring consistency and preventing conflicts in document editing.

Score: 2.2229753

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Samples / Developer Menu Items

Enable Developer menu for collaborators in Cloud CMS with custom configuration guidance.

Score: 2.2226336

Gitana 4.0 / Developers / User Interface Customization / Samples / Developer Menu Items

Enable Developer menu for collaborators in Cloud CMS with custom configuration guidance.

Score: 2.2226336

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Upgrades

Optimize your Cloud CMS setup by upgrading to version 3.2 and implementing new features, including Elastic Search 6.2.4, using our detailed guide.

Score: 2.2200522

Gitana 4.0 / Self Managed / Maintenance / Upgrades

Upgrade to Cloud CMS Version 3.2 with detailed steps for Docker setup and Elasticsearch update. Ensure compatibility and optimal performance with new features.

Score: 2.2200522

Gitana 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow with step-by-step instructions on accessing and completing the Start Workflow Form. Ideal for project collaboration.

Score: 2.2039142

Gitana 4.0 / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow, including opening a document and initiating a workflow with step-by-step instructions and helpful tips.

Score: 2.2039142

How to unpublish content

Cloud CMS provides a range of options for making content available to your presentation tier. The most common scenarios are: 1) Use the Publishing setup within Cloud CMS; Workflow, Lifecycle states, deployment configurations. https://www.cloudcms.com/documentation/welcome/publishing.html With Publishing Enabled for a project, there are 2 simple workflows: `simple publish` and `simple unpublish`. See the Publishing example for further details: https://www.cloudcms.com/documentation/publishing/exa

Score: 2.1994731

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

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

Gitana 3.2 / Guide / Guide / Content Modeling / Definitions

Explore comprehensive Cloud CMS JSON schema definitions for creating structured content, enhancing validation, and ensuring data integrity in your projects.

Score: 2.1838226

Gitana 4.0 / Content Engine / Content Models / Definitions

Discover the power of defining content types in Cloud CMS using JSON schema to ensure data consistency, validation, and integrity for structured content management.

Score: 2.1838226

Gitana 3.2 / Guide / Guide / Application Server / Services / Locks

Optimize your application server's access to shared resources using the Locks Service, seamlessly configured with Redis for robust cluster management.

Score: 2.1830258

Selling a CMS to your Boss?

You have found the CMS to answer all your dreams and perhaps a lot more – now what? The quest for CMS nirvana is over and you are ready to start moving forward and onto the interesting challenges ahead. Probably not – you still have to sell the CMS to your Management! Your management is likely less interested in the great architecture/features and more interested in the costs to the business of buying or even not buying the CMS. Coming from the business side, this blog touches on the topics I wo

Score: 2.1741433

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