Found 546 results for "gitana 4.0 engine security access-policies conditions feature"

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

Gitana 3.2 / Guide / Guide / Features / Property Mapping

Automate property mapping in associations, ensuring seamless data transfer between nodes, perfect for MongoDB indexing and multi-node content sharing.

Score: 1.4323461

Gitana 4.0 / Content Engine / Aspects / Property Mapping

Automate property mapping in associations, ensuring seamless data transfer between nodes, perfect for MongoDB indexing and multi-node content sharing.

Score: 1.4323461

Gitana 4.0 / User Interface / User Interface / Multilingual

Optimize your content for multilingual support with features to set locales, manage translations, and apply multilingual behavior.

Score: 1.4323461

Gitana 3.2 / Guide / Guide / Application Server / Installation / Module Installation

Run Cloud CMS as a Node.js module, customize it with functions, APIs, and templates for flexible web content management.

Score: 1.4316367

Gitana 4.0 / Developers / Application Server / Installation / Module Installation

Optimize your Node.js app with Cloud CMS server. Access robust features, extend functionality, and streamline content management effortlessly.

Score: 1.4316367

Gitana 3.2 / Guide / Guide / Features / Knowledge Recipient

Cloud CMS manages Knowledge Recipient, identifying nodes receiving knowledge properties from a source, ensuring data integrity and association.

Score: 1.4298782

Gitana 4.0 / Content Engine / Aspects / Knowledge Recipient

Cloud CMS manages Knowledge Recipient, identifying nodes receiving knowledge properties from a source, ensuring data integrity and association.

Score: 1.4298782

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

Gitana 3.2 / Guide / Guide / Features / Dublin Core

Enhance your metadata with Dublin Core standards. Learn more about its properties and implementation in our detailed guide.

Score: 1.4217627

Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon Transcribe

Integrate Amazon Transcribe into your app for seamless speech-to-text conversions with Cloud CMS. Enhance content creation with automatic transcriptions.

Score: 1.4217627

Gitana 4.0 / Content Engine / Aspects / Dublin Core

Enhance your metadata with Dublin Core standards. Learn more about its properties and implementation in our detailed guide.

Score: 1.4217627

Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon Transcribe

Effortlessly convert audio to text with Amazon Transcribe and Cloud CMS integration for seamless content management.

Score: 1.4217627

Gitana 3.2 / Guide / Guide / Features / Container

Optimize your content storage with Cloud CMS, using nodes as containers to create flexible, graph-based relationships without rigid folder structures.

Score: 1.4204273

Gitana 3.2 / Guide / Guide / Features / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 1.4204273

Gitana 4.0 / Content Engine / Aspects / Container

Optimize your content storage with Cloud CMS, using nodes as containers to create flexible, graph-based relationships without rigid folder structures.

Score: 1.4204273

Gitana 4.0 / Content Engine / Aspects / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 1.4204273

Gitana 3.2 / Guide / Guide / Features / Translation

Explore how translated content in web nodes works with master nodes, locale, and edition properties for seamless multilingual integration.

Score: 1.4058049

Gitana 4.0 / Content Engine / Aspects / Translation

Explore how translated content in web nodes works with master nodes, locale, and edition properties for seamless multilingual integration.

Score: 1.4058049

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

Optimize your JavaScript integration with the Gitana JavaScript 2.0 Driver. Utilize promises, async/await, and callbacks for seamless Cloud CMS integration.

Score: 1.404291

Gitana 3.2 / Guide / Guide / Policies / Node Policies

Optimize your content graph with node policies that trigger actions for node creation, updates, and deletions. Enhance management with custom node behavior.

Score: 1.4028707

Gitana 4.0 / Content Engine / Behaviors / Policies / Node Policies

Optimize your content graph with node policies that trigger actions for node creation, updates, and deletions. Enhance management with custom node behavior.

Score: 1.4028707

Gitana 3.2 / Guide / Guide / Multifactor Authentication / Providers / Twilio Authy

Configure Twilio Authy for secure multifactor authentication with Cloud CMS, using Service Descriptors and System Authenticators.

Score: 1.4004412

Gitana 4.0 / Content Engine / Multifactor Authentication / Providers / Twilio Authy

Secure your Cloud CMS with Twilio Authy for Multifactor Authentication. Learn configuration details and API integration steps.

Score: 1.4004412

Advanced Content Modeling options (example)

Question. If I have the following collections: Categories Products Product_Description_Schemas Each Product is linked to a Category. Each Category is linked to a Product_Description_Schema. The outcome I want to accomplish is that the description schema for Product X I am entering, is defined by the Category it is linked to ( which in turn is defined by the Product_Description_Schema that the Category is linked to ). e.g. Product = Hilton Hotel London, Category = Hotel, Product_Description_Schem

Score: 1.4004412

Content Model - Association example

Question. Suppose that I have the following collection types: Customers Orders and I want to store the Customer ID and the Customer Name on each Order… If the customer then updates his Name, how is it possible (if at all) to update the customer’s name on all of his orders - in a single atomic transaction? Answer. For this situation, you would have two content types - Customer and Order. One good way to address this is to utilize an association between the two. You could declare an association ty

Score: 1.3992691