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 UICollaborate 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 / OverviewExplore 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 / LockedLearn 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 / LockedLearn 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 / CustomCreate 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 / CustomCreate 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 SearchOptimize 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 SearchCustomize 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 PathsCreate 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 PathsOptimize 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 CMSOne 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 optionsYou 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 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: 0.9418004
|
![]() |
Gitana / 3.2 / Guide / Guide / TransferEasily 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 / OverviewEasily 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 ProxyThe 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 / ActionsConfigure 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 / ActionsOptimize 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 CompressionOptimize 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 CompressionOptimize 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-actionsEfficiently 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-actionsEfficiently 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 formatOur 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 / CustomCreate custom authentication adapters for Application Server with ease. Learn to implement and configure your solution effectively.
Score: 0.89967555
|