Found 309 results for "gitana 3.2 guide guide ui-dev actions delete_access_policies"
The search executed in 0.002327808 seconds. That's fast.
![]() |
Gitana 4.0 / Content Engine / Access Policies / Templates / read-all-content-from-multiple-projectsOptimize access to multiple projects with Gitana's Access Policy Template. Manage and consume content easily from various sources.
Score: 1.5681639
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / ReleasesManage content effortlessly with Cloud CMS Releases, enabling collaborative workspaces, scheduled publishing, and conflict resolution for seamless content management.
Score: 1.5636792
|
![]() |
Gitana 4.0 / User Interface / User Interface / ReleasesOptimize your collaborative workspace with Cloud CMS Releases, enabling real-time content editing, scheduling, and seamless publishing.
Score: 1.5636792
|
![]() |
Gitana 4.0 / Developers / Frameworks / GatsbyBuild static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.
Score: 1.5634624
|
![]() |
Gitana 4.0 / Developers / Frameworks / Nuxt.jsCreate static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.
Score: 1.5634624
|
![]() |
Setup a Next.JS Static Site using Cloud CMSThe 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.5628967
|
![]() |
Gitana 4.0 / Content Engine / Access Policies / Templates / manage-content-of-a-type-in-a-folderExplore Gitana's Access Policy Template to manage content by type in specified folders efficiently.
Score: 1.5525463
|
![]() |
Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / EmailLearn how to configure email handlers in Cloud CMS using templates and workflow variables for seamless notifications.
Score: 1.5426567
|
![]() |
Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / EmailConfigure email handlers in Cloud CMS workflows easily with customizable templates and detailed setup guidance.
Score: 1.5426567
|
![]() |
Gitana 3.2 / Guide / Guide / Authentication / DriversLearn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.
Score: 1.5212567
|
![]() |
Gitana 4.0 / Developers / Authentication / DriversLearn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.
Score: 1.5212567
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Java CookbookExplore our comprehensive Java Cookbook for Gitana Drivers and learn how to get started, connect, create nodes, and make associations with code samples.
Score: 1.5144894
|
![]() |
Gitana 4.0 / Developers / Cookbooks / C# CookbookExplore C# with Gitana: Easy setup, connect using JSON or direct values, and master querying and node management in .NET Core projects.
Score: 1.5083656
|
![]() |
Gitana 4.0 / Developers / Cookbooks / PHP CookbookExplore the PHP Cookbook for comprehensive guides and code samples to seamlessly integrate Gitana's PHP driver into your projects.
Score: 1.500277
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) CookbookExplore the Gitana JavaScript (Legacy) Cookbook to learn about connecting, node creation, asynchronous chaining, and more with detailed code examples and guides.
Score: 1.444473
|
![]() |
Managing a large number of PDFs or imagesIn Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc
Score: 1.4426539
|
![]() |
The Beauty of Cloud CMS ChainingChaining 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.419018
|
![]() |
Introducing WorkflowOne of the main themes of Cloud CMS is the ability to help you automate the recurring actions that make up your team’s daily work. Giving you the flexibility to define how your teams collaborate – so that the organization of work is easy and fluid – is what Cloud CMS is all about. A workflow is a blueprint that defines how your teams work together. It defines a series of steps and spells out who does what and in what order. It also describes a sequence of activities on top of your content, letti
Score: 1.397362
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / WorkflowOptimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.
Score: 1.3940911
|
![]() |
Gitana 4.0 / User Interface / WorkflowOptimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.
Score: 1.3940911
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Create A New Content TypeCreate and customize content types effortlessly with Cloud CMS's Content Model Builder, featuring UI and JSON options for seamless integration.
Score: 1.3548272
|
![]() |
Gitana 4.0 / Content Engine / Content Models / Content Model Builder / Create A New Content TypeEasily create and manage new content types in the Cloud CMS Content Model Builder using UI or JSON options. Preview changes before saving.
Score: 1.3548272
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / FilesEffortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.
Score: 1.3507583
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / FilesEffortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.
Score: 1.3507583
|
![]() |
How to monitor API traffic from a node js appIt 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.3507583
|