Found 763 results for "gitana 4.0 getting-started content"

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / publishing-manage-subcontext

Optimize your publishing management with settings, content types, publications, workflow, and lifecycle states tailored for your project needs.

Score: 0.55347455

Gitana 4.0 / Developers / User Interface Customization / Contexts / publishing-manage-subcontext

Optimize your publishing management with settings, content types, publications, workflow, and lifecycle states tailored for your project needs.

Score: 0.55347455

Gitana 4.0 / Content Engine / Access Policies / Conditions / Project

Optimize policy statements by targeting project IDs or titles with regex for precise access control.

Score: 0.55347455

Gitana 4.0 / Content Engine / Behaviors / Actions / Move Node

Move a source association within the content graph while preserving type and properties. Configure using repository, branch, and node IDs.

Score: 0.55347455

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Add Features

Add features easily to workflow nodes and streamline content management with customizable configurations.

Score: 0.55347455

Does Cloud CMS build my web site or mobile app for me?

No. Cloud CMS manages the backend lifecycle of your content and makes it available to your own applications via its REST API. You have to create your own applications (iOS, Android or web-based applications). Using our Partner network, Cloud CMS provides implementation services if you're looking for assistance with developing your front end applications, middleware or any custom data APIs. Cloud CMS also provides hosting for HTML5 applications and custom APIs within it's Node.js based applicatio

Score: 0.55347455

Gitana 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Optimize Node.js skills with our comprehensive Cloud CMS guide. Learn connection, asynchronous chaining, queries, and more. Perfect for developers!

Score: 0.55084264

Gitana 4.0 / Developers / Cookbooks / Node.js Cookbook

Explore our Node.js Cookbook to master using the Cloud CMS Node.js driver for efficient API calls, authentication, data handling, and more.

Score: 0.55084264

Gitana 3.2 / Guide / Guide / Conditions / Node Has Attachment

Test if a node has an attachment by ID and optional content type with JSON schema examples for integration.

Score: 0.54813075

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Locales

Optimize your multilingual project in Cloud CMS by managing locale lists via project JSON for tailored editing experiences.

Score: 0.54813075

Gitana 4.0 / Content Engine / Behaviors / Conditions / Node Has Attachment

Test if a node has an attachment by ID and optional content type with JSON schema examples for integration.

Score: 0.54813075

Gitana 4.0 / User Interface / Projects / Configure Locales

Optimize your multilingual project in Cloud CMS by managing locale lists via project JSON for tailored editing experiences.

Score: 0.54813075

Gitana 4.0 / Content Engine / Access Policies / Conditions / Branch

Enhance policy management with branch conditions using regex for IDs, titles, or aliases. Learn to configure and apply precise constraints.

Score: 0.5428891

Gitana 3.2 / Guide / Guide / Docker / Configuration / API Server

Optimize your API server with Cloud CMS for RESTful integration, MongoDB, Elasticsearch, and AWS services like S3 and CloudFront.

Score: 0.53974426

Gitana 3.2 / Guide / Guide / Integrations

Connect Cloud CMS to AWS, Azure, Google, and more. Securely manage services for storage, DNS updates, and event handling. Explore seamless integrations now!

Score: 0.5377468

Gitana 4.0 / Content Engine / Access Policies / Conditions / Data Store

Optimize policy statements for datastores using type, ID, or title with regex support for precise or wildcard matching.

Score: 0.5377468

Gitana 4.0 / Content Engine / Integrations

Connect your Cloud CMS projects to leading cloud services securely, with reusable service descriptors for seamless integrations.

Score: 0.5377468

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

Gitana 3.2 / Guide / Guide / Integrations / Slack

Integrate Slack with Cloud CMS to receive real-time content updates. Learn to set up bots and send Slack messages efficiently.

Score: 0.527749

Gitana 3.2 / Guide / Guide / User Interface / Projects / Copy a Project

Easily duplicate your projects in our platform with step-by-step guidance for seamless content and user membership replication.

Score: 0.527749

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Simple Publish

Optimize your Cloud CMS publishing workflow with our out-of-the-box Simple Publish tool. Streamline content to draft or live effortlessly.

Score: 0.527749

Gitana 4.0 / Content Engine / Integrations / Slack

Integrate Slack with Cloud CMS for instant messaging and updates. Set up a Slack bot easily to receive real-time notifications.

Score: 0.527749

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Simple Publish

Streamline content publishing in Cloud CMS with the intuitive Simple Publish workflow, offering seamless draft-to-live transitions.

Score: 0.527749

Gitana 4.0 / User Interface / Projects / Copy a Project

Learn how to easily duplicate projects in your platform using the Copy Project Wizard. Perfect for managing content efficiently.

Score: 0.527749

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 0.527749