Found 343 results for "docs fields select"

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

Gitana 4.0 / User Interface / User Interface / Dashboard

Customize your dashboard in Platform and Project with ease. Change layout, add or remove dashlets, configure, and lock with flexible options.

Score: 1.3128389

How to monitor API traffic from a node js app

It 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.3128389

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

Export, backup, and share your projects seamlessly with Cloud CMS. Store archives in a Vault and manage metadata for easy collaboration.

Score: 1.309447

Gitana 4.0 / User Interface / Projects / Export a Project

Effortlessly export and manage Cloud CMS projects as archives for backup, restore, or template creation. Move projects across environments with ease.

Score: 1.309447

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

Setup a Next.JS Static Site using Cloud CMS

The 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.3018359

Gitana 3.2 / Guide / Guide / Search / Query String Reference

Optimize your content searching skills with Cloud CMS query strings to efficiently find and manage data using Elastic Search.

Score: 1.2876608

Gitana 4.0 / Reference / Types / Token

Explore our comprehensive Token API documentation, including methods, properties, and developer cookbooks to accelerate your project.

Score: 1.2787182

Definitions for Date format

Our definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th

Score: 1.237711

Gitana 3.2 / Guide / Guide / Query

Optimize your content retrieval with Cloud CMS's SQL-like query engine leveraging MongoDB for powerful, high-performance searches and custom indexes.

Score: 1.2334511

Gitana 4.0 / Content Engine / Query

Optimize content queries with Cloud CMS using MongoDB's powerful SQL-like syntax. Enhance performance with composite queries and custom indexes.

Score: 1.2334511

Gitana 3.2 / Guide / Guide / User Interface / Security / Create a new Role

Manage project roles effortlessly with our guide. Create new roles or customize permissions to suit your needs. Explore default roles and permissions now!

Score: 1.2277341

Gitana 4.0 / Developers / Frameworks / Next.js

Build and deploy static sites with Next.js and Cloud CMS. Easy setup, configuration guides, and example projects included.

Score: 1.2277341

Gitana 4.0 / Developers / Frameworks / SvelteKit

Build static and hybrid sites effortlessly with SvelteKit and Cloud CMS. Discover tools, API setup, and sample projects to enhance your development.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / Email Field

Learn about the email field properties, schema, and options for robust email input validation and customization.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / IPv4 Field

Explore the robust properties and schema options of the IPv4 field, including validation and input configurations. Perfect for IP address formatting.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / Lower Case Field

Lowercase text field guide: explore properties, schema, and options for optimal input control configuration and validation.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / Password Field

Detailed overview of password field properties, schema, and examples for effective web form implementation.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / Personal Name Field

Learn about the Personal Name Field, a text input for names with capitalized initials after spaces, hyphens, or apostrophes.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / Tag Field

Optimize tag fields with customizable attributes in HTML input forms. Enable autocomplete, set input types, and configure placeholder text easily.

Score: 1.2277341

Gitana 4.0 / Forms / Fields / Upper Case Field

Text field for uppercase input, customizable with properties like autocomplete, mask, and size. Features include enum lists and optional empty space validation.

Score: 1.2277341

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Azure Entra ID

Integrate Azure Entra ID with Cloud CMS for seamless single sign-on using SAML 2.0 by following our detailed setup guide.

Score: 1.2237816

Gitana 4.0 / Reference / Types / Status of Operation

Explore the Status of Operation API with detailed properties, methods, and language cookbooks to accelerate integration.

Score: 1.2166272

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.2166272

Gitana 3.2 / Guide / Guide / Reports

Generate comprehensive reports in CSV, PDF, or ZIP with Cloud CMS, using export configurations tailored for your business needs.

Score: 1.2158165