Found 349 results for "docs fields control"

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

Gitana / 4.0 / User Interface / User Interface / Version Control

Experience seamless version control with Cloud CMS, offering Git-inspired changeset history, full versioning for all edits, and easy content comparison.

Score: 16.453407

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

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

Gitana / 3.2 / Guide / Guide / Security

Secure your content with Cloud CMS. Our platform offers robust, multi-layered access controls ensuring only authorized users access your data.

Score: 11.982057

Gitana / 4.0 / Content Engine / Security / Overview

Secure your enterprise content with Cloud CMS's advanced access control, offering role-based permissions, fine-grained object-level management, and complex access policies.

Score: 11.982057

Gitana / 3.2 / Guide / Guide / User Interface / Version Control

Capture every change with Cloud CMS's Git-like version control, allowing easy reversion, comparison, and tracking of content edits.

Score: 9.434526

Gitana / 4.0 / Content Engine / Access Policies / Overview

Discover how to configure robust access control policies using JSON to assign roles and conditions for users, groups, and teams on a platform.

Score: 9.197345

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

Gitana / 4.0 / Forms / CMS / Fields

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

Score: 8.211232

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

Gitana / 4.0 / Forms / Overview

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

Score: 8.116253

Gitana / 4.0 / Content Engine / Access Policies / Conditions

Explore comprehensive access policy conditions for Gitana 4.0, including And, Branch, Changeset, Data Store, and more. Perfect for developers.

Score: 7.5184755

Gitana / 4.0 / Content Engine / Access Policies / Samples

Explore policy samples for managing, editing, and consuming content. Ideal for implementing access controls efficiently.

Score: 7.5184755

Gitana / 4.0 / Content Engine / Access Policies / System Policies

Explore comprehensive system access policies for platform and project levels, including user roles and permissions.

Score: 7.5184755

Gitana / 4.0 / Content Engine / Access Policies / Templates

Explore detailed platform and project-level access policy templates for content management, including read, edit, and management options.

Score: 7.5184755

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

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

Gitana / 4.0 / Forms / CMS / Overview

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

Score: 6.3583345

Gitana / 4.0 / Reference / Types / Access Control List

Explore our detailed guide on Access Control List objects, including properties, methods, and more. Enhance your development with our helpful language cookbooks.

Score: 6.3364573

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

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

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

Gitana / 3.2 / Guide / Guide / Branches

Discover Cloud CMS's innovative branching model, inspired by Git and Mercurial, enabling concurrent workspaces and seamless content versioning.

Score: 5.15296

Gitana / 4.0 / Content Engine / Branches / Overview

Unlock the power of Cloud CMS with advanced branching, versioning, and snapshots. Seamlessly manage multiple content versions akin to Git or Mercurial.

Score: 5.15296

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