Found 295 results for "bulk-import nodes"

The search executed in 8.66235E-4 seconds. That's fast.

Proxy API calls

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 1.2218844

Managing a large number of PDFs or images

In Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc

Score: 1.2218844

Gitana 3.2 / Guide / Guide / Search / Examples

Explore Cloud CMS search examples with ElasticSearch integration, allowing powerful queries using DSL or JSON for comprehensive content indexing and retrieval.

Score: 1.2203068

Gitana 4.0 / Content Engine / Search / Examples

Explore full-text and DSL search examples with Cloud CMS and ElasticSearch integration. Learn query techniques for effective content searches.

Score: 1.2203068

Gitana 3.2 / Guide / Guide / Bulk Import

Effortlessly migrate content to Cloud CMS with our bulk import tool, supporting various file formats, seamless integration, and offline archive creation.

Score: 1.219362

Gitana 4.0 / Content Engine / Bulk Import

Effortlessly migrate and import your content into Cloud CMS with our versatile bulk import tool, supporting various formats and legacy CMS integrations.

Score: 1.219362

Gitana 3.2 / Guide / Guide / Cookbooks / Ruby Cookbook

Discover how to set up and connect Ruby with Cloud CMS using our Ruby Cookbook. Find code samples, connection tips, and more!

Score: 1.204139

Gitana 3.2 / Guide / Guide / User Interface / Multilingual

Enable efficient multilingual content management with Cloud CMS, facilitating seamless document translation and localization across different locales.

Score: 1.204139

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

Gitana 4.0 / Developers / Cookbooks / Ruby Cookbook

Learn how to connect to Gitana, manage Git-like branches, and create custom content types with the Ruby Cloud CMS driver.

Score: 1.204139

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

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Email Notification

Discover how to trigger email notifications efficiently with this detailed workflow model transition guide.

Score: 1.2000117

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Pooled Task

Optimize your workflow with a pooled task for group assignments, featuring start, review, approve, or reject options.

Score: 1.2000117

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Email Notification

Discover how to trigger email notifications efficiently with this detailed workflow model transition guide.

Score: 1.2000117

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Pooled Task

Optimize your workflow with a pooled task for group assignments, featuring start, review, approve, or reject options.

Score: 1.2000117

Gitana 3.2 / Guide / Guide / Features / Knowledge Sharing

Enhance your content management with Cloud CMS's knowledge sharing feature, seamlessly propagating knowledge properties across folder hierarchies.

Score: 1.1969721

Gitana 4.0 / Content Engine / Aspects / Knowledge Sharing

Enhance your content management with Cloud CMS's knowledge sharing feature, seamlessly propagating knowledge properties across folder hierarchies.

Score: 1.1969721

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-search-list-selected-actions

Manage and optimize project actions with configurable deploy, delete, view, and export options to streamline your workflow efficiently.

Score: 1.1939107

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-search-list-selected-actions

Manage and optimize project actions with configurable deploy, delete, view, and export options to streamline your workflow efficiently.

Score: 1.1939107

Gitana 4.0 / Content Engine / Access Policies / Conditions / Type QName

Optimize policy statements using type-qname conditions for content nodes with QName constraints and regex support.

Score: 1.1818931

Gitana 4.0 / Content Engine / Access Policies / System Policies / project-user

Explore the Gitana System Access Policy for project-user with detailed role permissions and JSON configurations.

Score: 1.1759746

Gitana 4.0 / User Interface / User Interface / Multilingual

Optimize your content for multilingual support with features to set locales, manage translations, and apply multilingual behavior.

Score: 1.1720855

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

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

The Beauty of Cloud CMS Chaining

Chaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m

Score: 1.1529093