Found 565 results for "gitana 4.0 developers api resources vault get-vaults-vaultid-teams"
The search executed in 0.002523285 seconds. That's fast.
![]() |
Gitana / 4.0 / Content Engine / Platform / Applications / Public Services / Registration FlowSimplify user registration with Cloud CMS. Set domain, email provider, registrar, and domain user for efficient web app user management.
Score: 0.72683865
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Configuration / Antivirus ServerSecure your applications with Cloud CMS Antivirus Server. Effortlessly scan files via HTTP with integrated ClamAV support for ultimate protection.
Score: 0.71878874
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Upgrades / 3.2.75Upgrade to Cloud CMS 3.2.75 for enhanced Elastic Search support, Transfer Schema v3, and a powerful upgrade tool for seamless configuration.
Score: 0.71878874
|
![]() |
Gitana / 4.0 / Self Managed / Containers / Antivirus ServerSecure your applications with Cloud CMS Antivirus Server. Effortlessly scan files via HTTP with integrated ClamAV support for ultimate protection.
Score: 0.71878874
|
![]() |
Chat GPT and Cloud CMSLately, the the new development taking the tech world and media by storm is Chat GPT - an incredible new chatbot from Open AI which is capable of producing clear and well worded text of all kinds, from instructions to build a treehouse to poems written from the perspective of a pirate. While not perfect, the potential of this technology is immense, and got us to thinking, how might an AI of this calibur be applied to the future of content management? As it turns out, the training process for Ope
Score: 0.71878874
|
![]() |
Gitana / 3.2 / Guide / Guide / API / Data Types / ChangesetExplore the complexities of Cloud CMS changesets: manage histories, handle transactions, and understand configurations for seamless branch management.
Score: 0.7172224
|
![]() |
Gitana / 3.2 / Guide / Guide / Application ServerBuild custom APIs and websites with the Cloud CMS Application Server, powered by Node.js and Express, offering seamless integration and top-tier performance.
Score: 0.6987336
|
![]() |
Gitana / 4.0 / Developers / Application Server / OverviewOptimize your front-end projects with the Cloud CMS Application Server, leveraging Node.js for custom APIs, web design, and seamless integration.
Score: 0.6987336
|
![]() |
How to unpublish contentCloud CMS provides a range of options for making content available to your presentation tier. The most common scenarios are: 1) Use the Publishing setup within Cloud CMS; Workflow, Lifecycle states, deployment configurations. https://www.cloudcms.com/documentation/welcome/publishing.html With Publishing Enabled for a project, there are 2 simple workflows: `simple publish` and `simple unpublish`. See the Publishing example for further details: https://www.cloudcms.com/documentation/publishing/exa
Score: 0.6987336
|
![]() |
Can your CMS do this?This is not going to be a list of features in Cloud CMS, that to be honest, you righfully expect in a CMS: API, versioning, workflow, Content model, Content entry forms,.. For a bit of fun, I started thinking “what really makes Cloud CMS better than your CMS” embracing my school boy mentality. 1. SaaS and/or On-Premise Cloud CMS is avaible as a SaaS product and OnPremise. Docker containers have allowed us to distribute the Cloud CMS product easily for On-Premise/Private Cloud installation. Whils
Score: 0.6987336
|
![]() |
Gitana / 3.2 / Guide / Guide / Content Modeling / DefinitionsExplore comprehensive Cloud CMS JSON schema definitions for creating structured content, enhancing validation, and ensuring data integrity in your projects.
Score: 0.6903587
|
![]() |
Gitana / 4.0 / Content Engine / Content Models / DefinitionsDiscover the power of defining content types in Cloud CMS using JSON schema to ensure data consistency, validation, and integrity for structured content management.
Score: 0.6903587
|
![]() |
Gitana / 4.0 / Forms / API / TemplatesDiscover Alpaca's advanced templating with custom views, layouts, and wizard options for dynamic form rendering and field overrides.
Score: 0.6899221
|
![]() |
Bulk ImportWhy is there a need for Bulk Import for existing content into a CMS? Content is extremely valuable and expensive to recreate. It’s too valuable to lose and recreating it manually can be a daunting prospect. Your existing content is an important concern at the start of any CMS project – how to migrate content and the related costs is a very important consideration. If there is content that does need to be imported into the CMS then you will need to have a robust repeatable automated process such
Score: 0.67976713
|
![]() |
Gitana / 4.0 / Reference / Types / RepositoryStore content like articles, pages, and videos safely with versioning. Control content types, validation, behaviors, and rules efficiently.
Score: 0.6757691
|
![]() |
How does security work in Cloud CMS?Cloud CMS provides two ways to describe access rights to things: Object-level / role-based authorities Team / role-based authorities With object-level / role-based authorities, you assign a principal (either a user or a group) a role against something. For example, you might give Joe the CONSUMER role against a content node. When Joe then interacts with the content node in the future, he will do so with the CONSUMER role which will allow him to "read" the node. With team / role-based authorities
Score: 0.6618031
|
![]() |
Gitana / 3.2 / Guide / Guide / API / Data Types / ClientOptimize your client management with Cloud CMS. Create, update, list, and query clients efficiently while protecting your data.
Score: 0.6604751
|
![]() |
Cloud CMS and Your Mobile StrategyLast week, a really interesting post was authored by Andrew Chen on why mobile application startups are bombing out like it was 1999. Andrew’s main point is that mobile startups approach the application market using a “hail mary” kind of development approach which is similar to how web sites were delivered in the late 90’s. He also compares the investor mentality today with that of the late 90’s. I really enjoyed Andrew’s article and also enjoyed the comments. In particular, I was inspired by so
Score: 0.64863455
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / LockingOptimize your document management with Cloud CMS's robust locking system for transactional and manual locks, ensuring data integrity and collaboration.
Score: 0.6447642
|
![]() |
Gitana / 4.0 / User Interface / User Interface / LockingCloud CMS uses data locks to manage transactional write operations, ensuring consistency and preventing conflicts in document editing.
Score: 0.6447642
|
![]() |
CMS editor LockingThere are two levels of locking which usually come into play in a scenario like this. One is a "UI lock" which is taken out when a user begins editing something within the user interface. This lock is released when they finished editing (either by hitting save or canceling). The other lock is a "data lock" which is a transactional lock taken out when the write of multiple documents begins. This is a transactional lock in the sense that it blocks other write operations against those documents and
Score: 0.6447642
|
![]() |
Content Previews and Thumbnails with Cloud CMSCloud CMS lets you generate preview images (often called thumbnails) for any content item stored in your repository. This generation can be performed ahead of time via content modeling or it can be done in real-time using a simple URL call. Content Nodes In Cloud CMS, everyone content item you create is referred to as a node. A node is a JSON document that can have any structure you’d like. That is to say, you can drop any valid JSON document you’d like into Cloud CMS and the product will automa
Score: 0.6273824
|
![]() |
Gitana / 4.0 / Forms / Fields / Editor FieldOptimize content editing with the Cloud 9 ACE Editor, supporting HTML, JavaScript, CSS, and more for powerful code manipulation.
Score: 0.61318946
|
![]() |
Gitana / 3.2 / Guide / Guide / API / Data Types / Scheduled WorkManage scheduled work efficiently with Cloud CMS. Configure frequencies, triggers, and actions for optimal platform operation.
Score: 0.58456296
|
![]() |
Gitana / 4.0 / Forms / API / ConnectorsEnhance Alpaca forms with custom and default connectors to seamlessly load data, schemas, and options from remote sources like Cloud CMS.
Score: 0.58456296
|