Found 926 results for "gitana 3.2 guide guide access-policies conditions type"

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

Gitana / 4.0 / Content Engine / Aspects / Auto Translate

Automatically translate and localize content with Cloud CMS, supporting seamless integration with major translation services for efficient multilingual workflows.

Score: 1.7621746

Setup a Next.JS Static Site using Cloud CMS

The web application ecosystem has improved leaps and bounds over the years, and its never been easier to make high performance static/hybrid sites quickly and using good development practices. And its just as easy to get these sites going using Cloud CMS as a datasource! Below you'll find a quick guide to get you started using Next.JS with Cloud CMS to setup a simple bookstore website, and some highlights from the code. Getting Started First, you'll need to have a Cloud CMS account and Sample pr

Score: 1.7363453

Gitana / 3.2 / Guide / Guide / Bulk Import / JSON

Easily import JSON content into Cloud CMS with our bulk import tool, creating structured content from legacy systems.

Score: 1.7024314

Gitana / 4.0 / Content Engine / Bulk Import / JSON

Import JSON content into Cloud CMS repositories easily with the Bulk Import tool. Use JSON Schema for custom content types, like World Cup players.

Score: 1.7024314

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

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

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

Discover Gitana's System Access Policy for project management. Enhance access control with JSON-based policies.

Score: 1.6599036

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

Explore the Gitana System Access Policy for project-owner, detailing JSON configuration and role-based permissions.

Score: 1.6599036

Gitana / 3.2 / Guide / Guide / Docker / Kits / MongoDB Replica Set

Set up a 3-node MongoDB Replica Set with ease, using our guide, Gitana SDK, and Docker Compose for optimal database performance.

Score: 1.6589506

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

Explore the Gitana System Access Policy for project-connector, detailing JSON roles and actions for resource connection in projects.

Score: 1.6555293

Gitana / 4.0 / Content Engine / Access Policies / System Policies / project-application-user

Discover the 'project-application-user' system access policy for managing project roles and permissions effectively.

Score: 1.6468489

Gitana / 4.0 / Developers / User Interface Customization / Modules

Explore CloudCMS module customization with ease, from UI elements to rules engine, enhancing editorial workflow and configuration.

Score: 1.6416097

Gitana / 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Extend Field Templates

Extend your field templates by adding custom modules like the Summernote WYSIWYG editor, elevating content editing flexibility and customization.

Score: 1.621346

Gitana / 4.0 / Content Engine / Content Models / Content Model Builder / Extend Field Templates

Enhance your web editing with custom field templates using Summernote WYSIWYG in just a few steps. Access the full guide and code example here.

Score: 1.621346

Gitana / 4.0 / User Interface / Overview

Explore the secure and customizable Gitana User Interface to efficiently manage and deliver content tailored to your editorial and development needs.

Score: 1.621346

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

Gitana / 4.0 / Getting Started / Working with Content / Versioning

Explore seamless collaboration with Cloud CMS's changeset versioning—unlocking distributed workflows, effortless merging, and secure content rollbacks.

Score: 1.6173531

Gitana / 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 Cookbook

Optimize JavaScript development with Gitana's 2.0 driver, leveraging promises, async/await for seamless integration in your Cloud CMS applications.

Score: 1.4901536

Gitana / 3.2 / Guide / Guide / Single Sign On (SSO) / Azure Active Directory

Configure Azure AD and Cloud CMS for seamless SSO integration using SAML 2.0, ensuring secure identity and access management.

Score: 1.4587041

Gitana / 4.0 / Developers / Authentication / Single Sign On (SSO) / Azure Active Directory

Set up seamless single sign-on with Azure Active Directory and Cloud CMS using SAML 2.0. Follow our step-by-step guide.

Score: 1.4587041

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

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

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

Gitana / 3.2 / Guide / Guide / Cookbooks / Go Cookbook

Explore the Go Cookbook to learn Go driver setup, Cloud CMS connection, node management, querying, and GraphQL integration.

Score: 1.3692019

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 1.3613399