Found 1139 results for "gitana 4.0 engine security access-policies conditions and"

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

Gitana 4.0 / Forms / API / Usage

Effortlessly render dynamic forms using Alpaca, a flexible JavaScript library with customizable schemas, callbacks, and error handling options.

Score: 0.34226957

Gitana 3.2 / Guide / Guide / User Interface / Add-ons

Enhance your Cloud CMS with Add-Ons for seamless integration with YouTube, Vimeo, Google Docs & more. Boost editorial features effortlessly.

Score: 0.34203067

Gitana 4.0 / User Interface / Add-ons

Enhance your Cloud CMS with powerful add-ons for seamless third-party integration with YouTube, Vimeo, and more. Customize UI, logic, and content effortlessly.

Score: 0.34203067

Bulk uploading of binaries

Cloud CMS supports two options here: Multipart HTTP POST. You can post multiple files for upload that all goes as part of the same HTTP request. The general "upload files" option in our UI actually does this (you can drag/drop multiple files into it and they'll all go at the same time) or you can call this kind of this manually. It's standard HTTP multipart and so this works natively for anything you upload. Import an archive. We provide a command-line tool that you can use to take documents and

Score: 0.34203067

Gitana 4.0 / User Interface / User Interface / Search

Optimize content search on Cloud CMS with features like filtering, saving, exporting, and advanced Elasticsearch Query DSL syntax support.

Score: 0.34198838

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

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

Tree Hierarchies

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 0.3417567

Gitana 3.2 / Guide / Guide / User Interface / Create/Edit Content

Easily navigate and manage your project content with search features, tags, and comments. Enhance your CMS experience with organized folders and user roles.

Score: 0.34163755

Directed and Undirected Associations

Cloud CMS has the notion of both directed and undirected associations. In the API and within the drivers, when you work with associations, you can query for associations that are "incoming" or "outgoing": These are both directed associations which are relative to a given node. Outgoing means start from this node and find associations pointing to another node. Incoming means find associations that point to me. It also supports the notion of "mutual" associations which are undirected. The source o

Score: 0.34163755

Gitana 4.0 / Reference / Types / Association

Learn how Associations connect two nodes by defining relationships without permissions in this detailed guide on structure and custom behaviors.

Score: 0.34156734

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

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

Cache invalidation via SNS

At present, Cloud CMS can be configured to publish notifications to Amazon SNS. Thus, to take advantage of this, you'd have to first have an Amazon Web Services account and an SNS topic created. Cloud CMS publishes notifications to it. Your topic can then do anything it wants with these notifications. Your cluster can listen for these events and process messages to invalidate cache. Most commonly, people hook the SNS services to the SQS service for queue-based event management. We've chosen this

Score: 0.3411266

Gitana 3.2 / Guide / Guide / Getting Started / Publishing

Optimize your content management with Cloud CMS: collaborate in Workspaces, streamline Workflow, and preview changes instantly before publishing.

Score: 0.34092492

Gitana 4.0 / Getting Started / Publishing

Optimize your website content publishing with Cloud CMS: manage branches, streamline workflow approvals, and preview changes instantly.

Score: 0.34092492

Gitana 3.2 / Guide / Guide / Applications / Public Services / Registration Flow

Simplify user registration with Cloud CMS. Set domain, email provider, registrar, and domain user for efficient web app user management.

Score: 0.34075743

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Registration Flow

Optimize user registration for your web application with Cloud CMS's comprehensive API and convenience methods.

Score: 0.34075743

Gitana 3.2 / Guide / Guide / Integrations / Keycloak

Integrate Keycloak with Cloud CMS for seamless Identity and Access Management using SAML or JWT for secure, efficient Single Sign-On solutions.

Score: 0.34036297

Gitana 4.0 / Content Engine / Integrations / Keycloak

Keycloak is an open-source identity management tool by JBoss/RedHat, integrating with Cloud CMS for seamless SSO via SAML 2.0 or JWT.

Score: 0.34036297

Gitana 3.2 / Guide / Guide / Integrations / Docker

Efficiently deploy Cloud CMS on-premise with Docker, simplifying DevOps with flexible, self-healing container orchestration.

Score: 0.34022725

Gitana 4.0 / Content Engine / Integrations / Docker

Efficiently deploy Cloud CMS with Docker for versatile on-premise solutions and self-healing, automated management.

Score: 0.34022725

Gitana 4.0 / User Interface / Embedded Media

Learn how to seamlessly embed media in CKEditor with CloudCMS, using templates for YouTube, Vimeo, and more. Perfect for enriching your content.

Score: 0.34022725

Sync from one environment to another

Within Cloud CMS sync capabiities are generally referred to as the "transfer system". They allow you to export individual objects, data stores or even collections of these as an archive (ZIP) within a vault. You can then move those archives to storage for backup or move them to new Cloud CMS server instances for restoration or replication. We have support for transfer within our API, our drivers and also within the user interface. The latter is useful in that you can script it pretty effectively

Score: 0.34013683

Running Custom Scripts through Rules Test

You may want a complex action to occur in your project that is specific to your business requirements. We provide a number of out of the box actions that you can easily setup in a Content Rule, but sometimes the requirement goes beyond these functionalities. So, Cloud CMS allows you to write Javascript scripts that will run whenever a rule is triggered. In this example, we will be working with the following definition, call it custom:counter: { "title": "counter", "type": "object", "propertie

Score: 0.34007227