Found 621 results for "blog 1.0 blog all post 130255550580 comparison-cloud-cms-vs-diy"

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

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-dashboard

Documentation Reference

Manage your projects efficiently with our customizable dashboard featuring favorites, recent edits, and task tracking tools. Enhance productivity today!

Score: 0.8432

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

Documentation Reference

Cloud CMS offers comprehensive version control inspired by Git, capturing every change for full revision history and easy rollback or comparison.

Score: 0.8426

How do I retrieve the folder path for my content?

Support Article

In Cloud CMS, you may choose to associate nodes with folders. This allows the content to be worked with by editorial teams such that they can navigate to content within folders, move content between folders and generally organize their content as they wish. It also allows for content to be retrieved by path via the API, if you wish. Technically speaking, Cloud CMS does not require folders or paths. In fact, plenty of customers use Cloud CMS in such a way that they don't require folders at all. C

Score: 0.8423

Gitana 4.0 / Developers / Command Line Interface

Documentation Reference

Streamline Cloud CMS projects with a free Node.js command-line tool. Easily connect and manage resources, requiring only a valid subscription.

Score: 0.8419

Gitana 3.2 / Guide / Guide / User Interface / Menu

Documentation Reference

Easily customize and change menu titles on your dashboard for a streamlined user experience. Hide unnecessary options for a lighter, more manageable view.

Score: 0.8335

Gitana 4.0 / Content Engine / Access Policies / Conditions / Feature

Documentation Reference

Optimize policy statements using feature conditions to grant Consumer roles to content with specific capabilities.

Score: 0.8335

Gitana 4.0 / User Interface / User Interface / Menu

Documentation Reference

Easily customize and configure your web platform menus, manage visibility, and change titles for a streamlined navigation experience.

Score: 0.8335

How to limit the fields that come back in a query

Support Article

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

Gitana 3.2 / Guide / Guide / User Interface / Projects / Copy a Project

Documentation Reference

Easily duplicate your projects in our platform with step-by-step guidance for seamless content and user membership replication.

Score: 0.8241

Gitana 4.0 / User Interface / Projects / Copy a Project

Documentation Reference

Learn how to easily duplicate projects in your platform using the Copy Project Wizard. Perfect for managing content efficiently.

Score: 0.8241

Gitana 3.2 / Guide / Guide / User Interface / Search

Documentation Reference

Effortlessly search and index content in Cloud CMS with customizable project settings and powerful Elasticsearch Query DSL.

Score: 0.8236

How do I search for nested content?

Support Article

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 0.8236

Automatic Extraction from Attachments

Blog Post

Automatically extract metadata and index files for full-text search with Cloud CMS using the f:extractable feature for seamless content management.

Score: 0.8233

Gitana 3.2 / Guide / Guide / Features / Indexable

Documentation Reference

Optimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.

Score: 0.8233

Gitana 4.0 / Content Engine / Aspects / Indexable

Documentation Reference

Optimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.

Score: 0.8233

Gitana 3.2 / Guide / Guide / Search / Query String Reference

Documentation Reference

Learn how to use Cloud CMS to optimize search queries with ElasticSearch. Quickly find content with full-text, exact match, fuzzy, and proximity searches.

Score: 0.8205

Gitana 4.0 / Content Engine / Search / Query String Reference

Documentation Reference

Explore Cloud CMS's text-based query string features for precise content searches, including full-text, exact match, and advanced filtering options.

Score: 0.8205

Gitana 3.2 / Guide / Guide / Content Modeling / Definitions / Content Type Definition

Documentation Reference

Learn how to define and manage content types in Cloud CMS, with JSON schema, for organized content creation and editing.

Score: 0.8177

Gitana 4.0 / Content Engine / Content Models / Definitions / Content Type Definition

Documentation Reference

Learn about content types in Cloud CMS, their schema, creation, editing, and management using JSON schema and Content Model Builder.

Score: 0.8177

Gitana 4.0 / Developers / Application Server / Services / Web Content Management

Documentation Reference

Optimize your web content management with Cloud CMS for dynamic page loading, caching, and reliable middleware handling in your applications.

Score: 0.8158

Gitana 3.2 / Guide / Guide / Getting Started / Instant Preview

Documentation Reference

Instant Preview lets you view content changes instantly, enhancing efficiency in Development, Staging, and QA without extra servers or complex deployments.

Score: 0.8149

Gitana 3.2 / Guide / Guide / Getting Started / Workspaces

Documentation Reference

Discover how Cloud CMS workspaces empower teams to create, collaborate, and manage content effectively, keeping changes organized and isolated.

Score: 0.8149

Gitana 4.0 / Getting Started / Working with Content / Branches

Documentation Reference

Manage content efficiently with branches; isolate changes, collaborate seamlessly, and merge effortlessly back to master. Optimize team efforts today!

Score: 0.8149

Gitana 4.0 / Getting Started / Navigating the User Interface / Instant Preview

Documentation Reference

Instantly preview content changes with Cloud CMS, eliminating extra server setups and ensuring fast iterations for Development, Staging, and QA.

Score: 0.8149

Limiting Folder Access to Specific Users

Support Article

When you create a Project in Cloud CMS, the Project is automatically configured with a Project Users team that grants the Consumer role to any project members. As a result, any members of the Project will have the ability to see all content within the Project. For many, this works just fine. However, there may be cases where you want to limit certain Folders to only be accessible by specific Users. Let's walk through some steps on how to do this. Change the Project Users team security policy Fir

Score: 0.8141