Found 664 results for "gitana 4.0 developers api definitions email"

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

Gitana 4.0 / Forms / Fields / Option Tree Field

Enhance form fields with Option Tree, offering structured text inputs and dropdown selection paths for seamless user experience.

Score: 0.9557594

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

Configure your Cloud CMS project search with custom filters and settings for a tailored search experience.

Score: 0.9543388

Gitana 4.0 / User Interface / Projects / Configure Search

Optimize project search settings on Cloud CMS with JSON configurations for enhanced UI and administration efficiency.

Score: 0.9543388

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.94754195

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.94754195

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

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

The best way to enable content authoring with your JS framework

Now that you’ve built that beautiful application in Angular, Aurelia, Ember, React - or the next big JavaScript framework - how do make your content authors happy? Easy: Think Headless. Never let a CMS dictate your presentation tier options. The field is too crowded and is changing too rapidly for pre-ordained “templates” to suffice. Instead, crank out that prototype in your desired framework(s) and utilise REST calls to query content a simple mockup will do returning JSON for each node Then go

Score: 0.94754195

Gitana 3.2 / Guide / Guide / Application Server / Services / Insight

Optimize your web app's analytics with Cloud CMS Insight, seamlessly capturing data via web sockets into the Cloud CMS data warehouse.

Score: 0.93876296

Gitana 4.0 / Developers / Application Server / Services / Insight

Optimize your web app's analytics with Cloud CMS Insight, seamlessly capturing data via web sockets into the Cloud CMS data warehouse.

Score: 0.93876296

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

Gitana 3.2 / Guide / Guide / Branches

Optimize your content management with Cloud CMS. Enjoy powerful features like changeset versioning, branching, and snapshots for seamless workflow transitions.

Score: 0.93545705

Gitana 4.0 / Content Engine / Branches

Explore the power of Cloud CMS branches for concurrent workspaces, seamless merge, and content versioning inspired by Git. Make changes safely with rollback options.

Score: 0.93545705

Gitana 4.0 / Forms / Fields / Currency Field

Create a customizable currency input field with automatic formatting using jQuery Price Format for seamless user experience.

Score: 0.93059695

Gitana 3.2 / Guide / Guide / Templates

Optimize your Cloud CMS experience with Handlebars and Freemarker templates for seamless content presentation.

Score: 0.929139

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / Azure Entra ID

Optimize your identity management with Azure Entra ID and Cloud CMS SAML 2.0 integration, enhancing security and seamless single sign-on.

Score: 0.929139

Gitana 4.0 / Content Engine / Single Sign On (SSO) / Azure Entra ID

Set up Azure Entra ID for identity management and single sign-on using SAML 2.0 with Cloud CMS. Ensure secure and seamless access.

Score: 0.929139

Gitana 4.0 / Content Engine / Templates

Optimize your Cloud CMS workflow with Handlebars and Freemarker template engines. Ideal for emails, PDFs, web components, and more.

Score: 0.929139

Gitana 4.0 / User Interface / User Interface / Releases

Optimize your content workflow with Cloud CMS Releases. Schedule, collaborate, and publish efficiently with real-time updates and conflict resolution.

Score: 0.929139

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

Gitana 4.0 / Self Managed / Maintenance / Repository Compression

Optimize your Cloud CMS storage with repository compression. Reduce database size while preserving essential data structure and content history.

Score: 0.91869587

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

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

Gitana 4.0 / Forms / Fields / CKEditor Field

Enhance your web editing with CKEditor, allowing seamless HTML integration and customizable rich-text editing features.

Score: 0.9067254

Gitana 3.2 / Guide / Guide / General / Geolocation Services

Effortlessly determine geographical information from IP addresses with Cloud CMS geolocation services and API integration.

Score: 0.9052159