Found 606 results for "gitana 4.0 engine api datatypes branch"

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

Gitana / 4.0 / Content Engine / Access Policies / System Policies / project-collaborator

Gitana System Access Policy "project-collaborator" defines roles and permissions for collaboration within a project.

Score: 3.1407294

Gitana / 4.0 / Developers / Frameworks / AngularJS

Learn how to access Gitana content in Angular apps with step-by-step guidance and examples for API Keys and sample projects.

Score: 3.0995452

Gitana / 3.2 / Guide / Guide / Docker / Kits / OEM

Optimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.

Score: 3.087655

Gitana / 4.0 / Self Managed / Kits / OEM

OEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.

Score: 3.087655

Gitana / 4.0 / Self Managed / Overview

Run Gitana on-premise or in a virtual private cloud with Kubernetes and Helm support. Set up with MongoDB, Elastic Search, and more for development.

Score: 3.0415568

Sign up for a free 14-day trial account - Gitana

Sign up for a free 14-day trial account - Gitana Try Gitana All we need is a valid email address to get started. We'll send you a link that you can use to sign up. Get Started

Score: 3.0328681

Gitana / 4.0 / Developers / Drivers / Ruby

Connect your Ruby apps to Gitana with ease. Use our open-source Ruby driver for seamless API integration and access comprehensive documentation.

Score: 3.016139

Gitana / 4.0 / Developers / Frameworks / Next.js

Build static sites effortlessly with Next.js and Cloud CMS. Access API keys, explore sample projects, and download source code to get started today.

Score: 2.961677

Gitana / 4.0 / Developers / Frameworks / SvelteKit

Create static and hybrid websites effortlessly with SvelteKit, leveraging Cloud CMS integrations. Find setup tools, examples, and API key configuration.

Score: 2.961677

Gitana / 4.0 / Overview

Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.

Score: 2.9498906

Gitana / 4.0 / Developers / Frameworks / React

Learn how to seamlessly connect React apps to Cloud CMS with step-by-step guides, API key setup, and sample project insights.

Score: 2.9181945

Gitana / 4.0 / Developers / Frameworks / Vue.js

Learn how to connect Vue.js apps to Cloud CMS with API keys, examples, and setup guidance for seamless integration.

Score: 2.9181945

Gitana / 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Learn integration, manage API keys, and explore our bookstore example. Get started today!

Score: 2.8956041

Gitana / 4.0 / Developers / Frameworks / Nuxt.js

Build static sites effortlessly with Nuxt.js and Cloud CMS. Access content seamlessly and explore sample projects for easy integration.

Score: 2.8956041

Gitana / 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 2.831027

Gitana / 3.2 / Guide / Guide / Security

Secure your content with Cloud CMS. Our platform offers robust, multi-layered access controls ensuring only authorized users access your data.

Score: 2.8239055

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 2.8083072

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 2.7939837

Gitana / 3.2 / Guide / Guide / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 2.7411413

Gitana / 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 2.7411413

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

Gitana / 3.2 / Guide / Guide / Publishing / Preview Servers

Set up Preview Servers to test website changes before going live. Customize servers for URL, API, or application endpoints.

Score: 2.6932316

Gitana / 4.0 / Content Engine / Publishing / Preview Servers

Set up Preview Servers to detect issues before going live. Customize server types: URL, API, or Application, for efficient content review.

Score: 2.6932316

Cloud CMS JavaScript Driver Release 1.0.3 is out!

The Cloud CMS team is pleased to announce the immediate availability of version 1.0.3 of the Cloud CMS JavaScript Driver for jQuery, Dojo, Javascript/HTML5 and Node.js applications. Download today from http://github.com/gitana/gitana-javascript-driver. JavaScript Driver for Cloud CMS The Cloud CMS JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to ut

Score: 2.6932085

Gitana / 3.2 / Guide / Guide / Application Server / URL Addressability / Node URLs

Optimize your content delivery with Node URLs for efficient retrieval and caching, supporting CDN and on-the-fly transformations.

Score: 2.6119277