Found 343 results for "docs fields select"

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

Gitana 4.0 / Content Engine / Content Models / Connectors

Integrate Cloud CMS content into your forms with Alpaca connectors, enabling dynamic data sourcing for fields like dropdowns easily.

Score: 17.383345

Gitana 3.2 / Guide / Guide / Forms

Optimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.

Score: 15.2718525

Gitana 4.0 / Forms

Enhance your web applications with Gitana's intuitive Forms engine, offering advanced schema management, role-based provisioning, and custom fields.

Score: 15.254461

Gitana 4.0 / Forms / CMS

Explore our comprehensive guide to forms, designed to simplify data collection and enhance user experience on your website.

Score: 13.498643

Gitana 4.0 / Content Engine / Content Models / Relator Properties

Explore Relator Properties in Cloud CMS—auto-managing relationships between nodes for easy content modeling and dynamic web provisioning.

Score: 12.429727

Gitana 4.0 / Forms / Fields / Select Field

Optimize your forms with the versatile select field, offering customizable options like multiple selections, data sorting, and dynamic datasource integration.

Score: 9.470866

Gitana 3.2 / Guide / Guide / Content Modeling / Connectors

Integrate Cloud CMS content into your forms with Alpaca connectors, enabling dynamic data sourcing for fields like dropdowns easily.

Score: 9.002587

Gitana 3.2 / Guide / Guide / Forms / Fields

Explore our comprehensive guide to form fields, including Attachment Picker, CK Editor, File Picker, Node Picker, Related Content, and Slug options.

Score: 8.196495

Gitana 4.0 / Forms / CMS / Fields

Explore comprehensive CMS field documentation: Attachment Picker, CK Editor, File Picker, Node Picker, Related Content & Slug.

Score: 8.196495

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: 7.002111

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 6.0143194

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.428934

Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.428934

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 4.888179

Gitana 3.2 / Guide / Guide / Forms / Fields / File Picker

Explore our Cloud CMS File Picker, a versatile tool for folder navigation and file selection with customizable options.

Score: 4.651734

Gitana 4.0 / Forms / CMS / Fields / File Picker

Optimize file selection with our file-picker, offering modal navigation, folder browsing, and customized settings for seamless content management.

Score: 4.651734

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 4.352493

Gitana 3.2 / Guide / Guide / User Interface / Add-ons

Enhance your Cloud CMS with Add-Ons for seamless integration with YouTube, Vimeo, Google Docs & more. Boost editorial features effortlessly.

Score: 4.174042

Gitana 4.0 / User Interface / Add-ons

Enhance your Cloud CMS with powerful add-ons for seamless third-party integration with YouTube, Vimeo, and more. Customize UI, logic, and content effortlessly.

Score: 4.174042

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 3.9969535

Gitana 3.2 / Guide / Guide / Forms / Fields / Related Content

Optimize file uploads with custom options for node types, paths, sizes, and more using our advanced related content control system.

Score: 3.7740927

Gitana 4.0 / Forms / CMS / Fields / Related Content

Easily manage and upload content assets with the versatile related-content control, optimizing file storage and ensuring seamless user interaction.

Score: 3.7740927

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: 3.5728164

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: 3.5728164

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 3.4158313