Found 273 results for "docs fields upload"
The search executed in 0.00212067 seconds. That's fast.
![]() |
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
|
![]() |
How to limit the fields that come back in a queryQuery 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.3321548
|
![]() |
Gitana / 3.2 / Guide / Guide / Bulk Import / NodesEasily import content with Cloud CMS Bulk Import tool from structured files on disk, supporting articles and authors like Daenerys and Jon.
Score: 4.055286
|
![]() |
Gitana / 3.2 / Guide / Guide / Forms / Fields / CK EditorEnhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.
Score: 3.9316902
|
![]() |
Gitana / 4.0 / Forms / CMS / Fields / CK EditorEnhance your editorial team's productivity with CKEditor, offering a customizable, feature-rich HTML editor integrated into your forms.
Score: 3.9316902
|
![]() |
Gitana / 4.0 / Forms / Fields / OverviewExplore a comprehensive list of form fields with detailed documentation for multiple field types including text, date, email, and more.
Score: 3.526022
|
![]() |
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: 3.489692
|
![]() |
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.388009
|
![]() |
How to Retrieve content by their document library pathYou 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.0218217
|
![]() |
Gitana / 3.2 / Guide / Guide / Docker / Configuration / Antivirus ServerSecure your applications with Cloud CMS Antivirus Server. Effortlessly scan files via HTTP with integrated ClamAV support for ultimate protection.
Score: 2.9857235
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-field-templatesOptimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.
Score: 2.897203
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-field-templatesOptimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.
Score: 2.897203
|
![]() |
Bulk uploading of binariesCloud CMS supports two options here: Multipart HTTP POST. You can post multiple files for upload that all goes as part of the same HTTP request. The general "upload files" option in our UI actually does this (you can drag/drop multiple files into it and they'll all go at the same time) or you can call this kind of this manually. It's standard HTTP multipart and so this works natively for anything you upload. Import an archive. We provide a command-line tool that you can use to take documents and
Score: 2.7706647
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / Add-onsEnhance your Cloud CMS with Add-Ons for seamless integration with YouTube, Vimeo, Google Docs & more. Boost editorial features effortlessly.
Score: 2.7150674
|
![]() |
Gitana / 4.0 / User Interface / Add-ons / OverviewEnhance your Cloud CMS with powerful add-ons for seamless third-party integration with YouTube, Vimeo, and more. Customize UI, logic, and content effortlessly.
Score: 2.7150674
|
![]() |
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-buttonsManage your documents efficiently with our tools for creating folders, uploading files, and viewing properties. Ideal for seamless file organization.
Score: 2.6633325
|
![]() |
Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-buttonsManage your documents efficiently with our tools for creating folders, uploading files, and viewing properties. Ideal for seamless file organization.
Score: 2.6633325
|
![]() |
Gitana / 3.2 / Guide / Guide / Forms / Fields / Related ContentOptimize file uploads with custom options for node types, paths, sizes, and more using our advanced related content control system.
Score: 2.5955215
|
![]() |
Gitana / 4.0 / Forms / CMS / Fields / Related ContentEasily manage and upload content assets with the versatile related-content control, optimizing file storage and ensuring seamless user interaction.
Score: 2.5955215
|
![]() |
Gitana / 4.0 / Forms / Fields / Date FieldEnhance your date fields with Bootstrap Datetime Picker and Moment.js formatting for versatile and user-friendly data input.
Score: 2.5049083
|
![]() |
REST based access callsThe 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: 2.5049083
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / Projects / Import a ProjectLearn how to seamlessly import projects using tenant backups or external archives, ensuring efficient project creation and management on your platform.
Score: 2.4861653
|
![]() |
Gitana / 4.0 / User Interface / Projects / Import a ProjectLearn how to import projects using backups on the same tenant or from external sources in our step-by-step guide. Optimize your workflow efficiently!
Score: 2.4861653
|
![]() |
Gitana / 3.2 / Guide / Guide / User Interface / AwarenessCollaborate in real-time with Awareness; view, edit documents with others seamlessly, similar to Google Docs. Auto-lock ensures efficient editing.
Score: 2.4374585
|
![]() |
Gitana / 4.0 / User Interface / User Interface / AwarenessReal-time document collaboration with user avatars and auto-lock editing for seamless teamwork, similar to Google Docs.
Score: 2.4374585
|