Found 644 results for "gitana 4.0 developers api resources application post-applications-applicationid-import"

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

Gitana / 3.2 / Guide / Guide / Getting Started / Role-Based Editorial UI

Collaborate effortlessly with Cloud CMS's adaptive Editorial UI, offering role-based features for managers and contributors on any device.

Score: 0.95153874

Gitana / 4.0 / Getting Started / Navigating the User Interface / Overview

Explore the Cloud CMS Editorial app, a responsive interface tailored for managers and contributors, supporting collaboration across devices.

Score: 0.95153874

Gitana / 3.2 / Guide / Guide / Features / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 0.9507391

Gitana / 4.0 / Content Engine / Aspects / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 0.9507391

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Authenticators / Custom

Create a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.

Score: 0.94889796

Gitana / 4.0 / Developers / Application Server / Authentication / Authenticators / Custom

Create a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.

Score: 0.94889796

Gitana / 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Optimize your project search page with customizable filters using Cloud CMS. Tailor search templates and configurations easily through the intuitive interface.

Score: 0.9480007

Gitana / 4.0 / User Interface / Projects / Configure Search

Customize your Cloud CMS project search with flexible filter settings for a tailored search experience using JSON descriptors.

Score: 0.9480007

Gitana / 3.2 / Guide / Guide / Content Modeling / Default Paths

Create content paths easily with Cloud CMS. Use intuitive forms and dynamic templated variables for organized, SEO-friendly storage.

Score: 0.94229805

Gitana / 4.0 / Content Engine / Content Models / Default Paths

Optimize your content organization with dynamic paths and templates in Cloud CMS. Save documents in intuitive, SEO-friendly directories.

Score: 0.94229805

Users, Identities and SSO with Cloud CMS

One of the really interesting use cases for Cloud CMS is that of maintaining users across multiple domains while having those users share a common identity context. A common identity context allows an authentication session to transition seamlessly (via an authentication swap) from one user to the next. It also allows for properties (such as username, email, password or other custom user properties) to automatically synchronize across all of the user identities that are part of the context. Here

Score: 0.94229805

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.9418004

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

Gitana / 3.2 / Guide / Guide / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 0.9349746

Gitana / 4.0 / Content Engine / Transfer / Overview

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 0.9349746

Connecting via a Corporate Proxy

The Cloud CMS drivers support connectivity through a corporate proxy. The means of doing so are slightly different depending on which driver you're using. Node.js The Cloud CMS Node.js driver detects the following environment variable: HTTP_PROXY If this environment variable is specified, all API calls with be routed through the proxy server at that location. This proxy server may support either HTTP or HTTPS. For example, you may set the environment variable like this: HTTP_PROXY=http://127.0.0

Score: 0.9330283

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

Gitana / 3.2 / Guide / Guide / Branches / Actions

Configure automated actions for release events with JSON settings. Supports Send Email and Web Hook with variables like releaseId and branchId.

Score: 0.91796356

Gitana / 4.0 / Content Engine / Branches / Actions

Optimize your release management with configurable actions, variables, email, and web hooks. Tailor JSON settings for precise execution.

Score: 0.91796356

Gitana / 3.2 / Guide / Guide / Docker / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression, reducing database size and purging unnecessary historical data without losing essential content.

Score: 0.91215736

Gitana / 4.0 / Self Managed / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression, reducing database size and purging unnecessary historical data without losing essential content.

Score: 0.91215736

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actions

Efficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.

Score: 0.9070699

Gitana / 4.0 / Developers / User Interface Customization / Contexts / document-actions

Efficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.

Score: 0.9070699

Definitions for Date format

Our definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th

Score: 0.9020492

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Adapters / Custom

Create custom authentication adapters for Application Server with ease. Learn to implement and configure your solution effectively.

Score: 0.89967555