Found 459 results for "api forms"

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

5 Reasons why Cloud CMS is Totally Awesome

Cloud CMS is the only Content Management System that was built from the ground up for the needs of mobile devices and applications. Our goal is to provide the fastest, easiest and most cost-effective way for businesses to curate and deliver content to their applications, running anywhere in the world, in any language and at any time. In the last article, I talked about the general lack of mobile strategy within the business world. Mobile apps are so new that most businesses have had to react to

Score: 1.4151214

Gitana 3.2 / Guide / Guide / Workflow

Learn all about workflow models, tasks, events, and more for creating efficient business processes on Cloud CMS. Explore step-by-step examples and best practices.

Score: 1.413664

Gitana 4.0 / Content Engine / Workflow

Explore workflow models, instances, tasks, and more. Understand how content is routed, tracked, and completed efficiently.

Score: 1.413664

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / LinkedIn

Enable LinkedIn authentication for Cloud CMS with integrated SSO. Configure your API keys to connect your app seamlessly.

Score: 1.3768208

Gitana 3.2 / Guide / Guide / Getting Started / Content Modeling

Unlock the power of content modeling with Cloud CMS. Easily manage, define, and associate content types without coding. Simplify content handling today!

Score: 1.3749812

Gitana 4.0 / Forms / API / Custom Fields

Create custom fields in Alpaca forms with ease. Extend field types, override methods, and access open-source code to customize UI components.

Score: 1.3749812

Gitana 3.2 / Guide / Guide / Docker / Kits / Quickstart

Set up your development environment quickly with our Quickstart kit, featuring UI, API, MongoDB, and Elasticsearch. Perfect for beginners!

Score: 1.3672851

Gitana 4.0 / Self Managed / Kits / Quickstart

Launch your app effortlessly with Quickstart! Connect UI, API, MongoDB, and Elasticsearch using Docker for seamless local development.

Score: 1.3672851

How does Cloud CMS compare to Prismic.io?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic.io Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capa

Score: 1.3556396

Comparison: Cloud CMS vs Prismic

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capabil

Score: 1.3556396

API Max Heap recommendation

What is the recommended Xmx value for running the API service? The 2GB setting on the On-Premise "quickstart" distribution is a default for development usage. In production, we recommend putting as much memory as you can. Essentially, the API should use as much memory as is allocated to the API docker container. We usually ask customers to consider an M class large instance type (something on the order of 7.5GB of RAM per API). The UI can use considerably less. For the UI, a 2GB allocation is fi

Score: 1.3541551

Gitana 4.0 / Developers / Frameworks / Postman

Learn how to connect to Cloud CMS using Postman with our detailed guide and step-by-step instructions.

Score: 1.3370309

Gitana 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Create A New Content Type

Create and customize content types effortlessly with Cloud CMS's Content Model Builder, featuring UI and JSON options for seamless integration.

Score: 1.3331596

Gitana 4.0 / Content Engine / Content Models / Content Model Builder / Create A New Content Type

Easily create and manage new content types in the Cloud CMS Content Model Builder using UI or JSON options. Preview changes before saving.

Score: 1.3331596

Gitana 4.0 / Forms / API / Dependencies

Optimize JSON Schema dependencies with Alpaca for dynamic forms. Supports v3 and v4 schema syntax, perfect for managing field interactions efficiently.

Score: 1.3331596

Gitana 4.0 / Forms / API / Internationalization

Enhance web forms with Alpaca's i18n bundles. Localized support for 16 languages, including Spanish and Chinese. Easy customization options.

Score: 1.3331596

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

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 1.3253007

Gitana 4.0 / Developers / Frameworks / Next.js

Build static sites effortlessly with Next.js and Cloud CMS. Access API keys, explore sample projects, and download source code to get started today.

Score: 1.3250622

Gitana 4.0 / Developers / Frameworks / SvelteKit

Create static and hybrid websites effortlessly with SvelteKit, leveraging Cloud CMS integrations. Find setup tools, examples, and API key configuration.

Score: 1.3250622

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 1.3250622

Gitana 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Learn integration, manage API keys, and explore our bookstore example. Get started today!

Score: 1.3248832

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Build static sites effortlessly with Nuxt.js and Cloud CMS. Access content seamlessly and explore sample projects for easy integration.

Score: 1.3248832

How does Cloud CMS compare to Contentful?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi

Score: 1.3186916

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 1.3162252