Found 290 results for "docs fields date"

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

Gitana 3.2 / Guide / Guide / Search

Explore efficient content indexing and comprehensive search capabilities with Cloud CMS using ElasticSearch, enabling powerful and precise queries across multiple projects.

Score: 1.8017473

Gitana 4.0 / Content Engine / Search

Optimize your content search with Cloud CMS, using ElasticSearch for full-text and structured queries. Effortlessly index and retrieve data.

Score: 1.8017473

Gitana 4.0 / Forms / Fields / Object Field

Comprehensive guide on using the 'object' field in schemas, with examples and customization options for properties, types, and styles.

Score: 1.7824334

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 1.7737296

Gitana 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Edit An Existing Content Type

Edit content types effortlessly with our guide. Learn to reorder fields, enrich object fields, and delete with ease in Content Model Builder.

Score: 1.7602346

Gitana 4.0 / Content Engine / Content Models / Content Model Builder / Edit An Existing Content Type

Edit content types with ease using Content Model Builder. Customize form fields, adjust layouts, enrich object fields, and preview changes seamlessly.

Score: 1.7602346

Gitana 4.0 / Getting Started / Working with Content / Forms

Create and customize dynamic web forms with Cloud CMS’s intuitive engine, leveraging Alpaca.js for seamless integration with JSON Schema.

Score: 1.757709

Gitana 4.0 / Forms / API / Validation

Enhance form validation easily with Alpaca, featuring auto DOM updates, custom validators, and user-friendly error messages for a seamless experience.

Score: 1.7554691

Gitana 3.2 / Guide / Guide / Getting Started / Web Forms

Effortlessly create dynamic web forms with Cloud CMS using customizable, open-source controls powered by Alpaca.js and JSON Schema integration.

Score: 1.7504526

Gitana 4.0 / Forms / API / Templates

Discover Alpaca's advanced templating with custom views, layouts, and wizard options for dynamic form rendering and field overrides.

Score: 1.743885

Gitana 4.0 / Forms / API / Callbacks

Optimize your form handling with Alpaca's callbacks, including events, observables, validation, and wizards. Enhance user interaction now!

Score: 1.727954

Gitana 3.2 / Guide / Guide / API

Unlock full Cloud CMS functionality with our RESTful API, supporting OAuth 2.0, content management, security, analytics, and more.

Score: 1.7259697

Content Publishing - Gitana

Content Publishing - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate cont

Score: 1.7178055

Gitana 4.0 / Forms / API / Ordering

Optimize field rendering order in Alpaca forms using the order option or custom templates for precise layout control.

Score: 1.7102627

Gitana 4.0 / Forms / API / Wizards

Create multi-step wizards using Alpaca; simplify form creation with customizable layouts and validation for a user-friendly experience.

Score: 1.667323

Gitana 4.0 / Developers / Drivers / Ruby

Connect your Ruby apps to Gitana with ease. Use our open-source Ruby driver for seamless API integration and access comprehensive documentation.

Score: 1.6641747

Gitana 4.0 / Forms / API / Conditional Dependencies

Optimize your form handling with Alpaca, featuring advanced, conditional dependencies and custom inter-dependencies. Utilize JSON Schema with precision.

Score: 1.6612937

Gitana 4.0 / Forms / API / Lookups

Optimize JSON data with Alpaca: intuitive field lookups and dynamic IDs for streamlined form rendering and object manipulation.

Score: 1.6545116

Gitana 3.2 / Guide / Guide / Command Line / Transfer Commands

Optimize your Cloud CMS environments with the command-line Transfer Service for seamless content export and import operations.

Score: 1.6511719

Gitana 4.0 / Developers / Command Line Interface / Transfer Commands

Efficiently manage your Cloud CMS content with CLI commands for exporting and importing archives for seamless data transfers.

Score: 1.6511719

Use Case: Digital Experiences / Retail - Gitana

Use Case: Digital Experiences / Retail - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enh

Score: 1.5928196

Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extra Attributes

Learn to add custom attributes like title and creator to your embedded media in CKEditor using simple JSON configurations.

Score: 1.5767083

Gitana 4.0 / User Interface / Embedded Media / Advanced Usages / Extra Attributes

Enhance embedded media with extra HTML attributes like title and creator using CloudCMS configurations for richer content customization.

Score: 1.5767083

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 1.559313

Gitana 4.0 / Forms / API / Recursive References

Optimize form rendering with Alpaca by resolving recursive references using arrays to prevent infinite loops and improve schema management.

Score: 1.5405726