Found 457 results for "docs fields file"

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

Gitana 4.0 / Forms / Fields / File Field

Learn about file field properties, schema options, and examples for uploading files with instant previews on your web page.

Score: 6.060506

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Evaluators / document-is-file

Determine if a document is a file with our 'document-is-file' evaluator for efficient file management.

Score: 5.37449

Gitana 4.0 / Developers / User Interface Customization / Evaluators / document-is-file

Determine if a document is a file with our 'document-is-file' evaluator for efficient file management.

Score: 5.37449

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

Gitana 3.2 / Guide / Guide / Forms / Fields / Attachment Picker

Attachment Picker field type provides a modal for selecting and managing file attachments in content models with customizable options.

Score: 4.903914

Gitana 4.0 / Forms / CMS / Fields / Attachment Picker

Easily manage and customize attachments with the Attachment Picker to enhance content creation and file management.

Score: 4.903914

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 / Content Modeling / Attachment Properties

Optimize your content management with easy-to-use attachment properties in Cloud CMS, offering seamless file integration and real-time syncing.

Score: 4.487515

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 / Forms / Fields / CK Editor

Enhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.

Score: 3.9545782

Gitana 4.0 / Forms / CMS / Fields / CK Editor

Enhance your editorial team's productivity with CKEditor, offering a customizable, feature-rich HTML editor integrated into your forms.

Score: 3.9545782

Gitana 3.2 / Guide / Guide / Bulk Import / Files

Effortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.

Score: 3.8070936

Gitana 3.2 / Guide / Guide / Deployment / Deployment Mappings

Optimize your file deployment from Cloud CMS using S3, FTP, and file system handlers. Customize with f:deployment-config for precise content mapping.

Score: 3.6120377

Gitana 3.2 / Guide / Guide / Docker / Configuration / Antivirus Server

Secure your applications with Cloud CMS Antivirus Server. Effortlessly scan files via HTTP with integrated ClamAV support for ultimate protection.

Score: 3.5468419

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

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

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

Gitana 3.2 / Guide / Guide / Forms / Fields / Node Picker

Node Picker: Easily filter, sort, and select nodes with customizable options for single or multi-node selection, tailored queries, and file uploads.

Score: 3.0789762

Gitana 4.0 / Forms / CMS / Fields / Node Picker

Node Picker: Easily filter, sort, and select nodes with customizable options for single or multi-node selection, tailored queries, and file uploads.

Score: 3.0789762

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 3.04694

Gitana 4.0 / Forms / API / Layouts

Optimize your form layouts with Alpaca's automatic and template-driven placement, ensuring flexible field alignment using Handlebars templates and explicit bindings.

Score: 2.9783182

Can your CMS do this?

This is not going to be a list of features in Cloud CMS, that to be honest, you righfully expect in a CMS: API, versioning, workflow, Content model, Content entry forms,.. For a bit of fun, I started thinking “what really makes Cloud CMS better than your CMS” embracing my school boy mentality. 1. SaaS and/or On-Premise Cloud CMS is avaible as a SaaS product and OnPremise. Docker containers have allowed us to distribute the Cloud CMS product easily for On-Premise/Private Cloud installation. Whils

Score: 2.8275225

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Container Hooks

Optimize container lifecycle management in Kubernetes with HTTP hooks for smooth deployment and graceful shutdowns. Learn how to configure routes and security.

Score: 2.750849