Found 306 results for "gitana 4.0 developers app-server tags fragment"

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

Gitana

Explore Cloud CMS, the API-first enterprise content management solution for creating, managing, and publishing web and mobile content. Start now!

Score: 3.040321

Gitana 4.0 / Developers / Frameworks / Next.js

Build and deploy static sites with Next.js and Cloud CMS. Easy setup, configuration guides, and example projects included.

Score: 3.0400891

Gitana 4.0 / Developers / Frameworks / SvelteKit

Build static and hybrid sites effortlessly with SvelteKit and Cloud CMS. Discover tools, API setup, and sample projects to enhance your development.

Score: 3.0400891

Sign up for a free 14-day trial account - Gitana

Sign up for a free 14-day trial account - Gitana Try Gitana All we need is a valid email address to get started. We'll send you a link that you can use to sign up. Get Started

Score: 3.0146055

Gitana 4.0 / Developers / Frameworks / React

Learn to connect React apps with Cloud CMS. Access API keys, explore bookstore site, and setup using Gitana SDK for seamless content integration.

Score: 2.962442

Gitana 4.0 / Developers / Frameworks / Vue.js

Learn to connect Vue.js apps to Cloud CMS with this guide, featuring API key setup and a sample bookstore project for Nuxt.js developers.

Score: 2.962442

Gitana 4.0

Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.

Score: 2.9130826

Gitana 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.

Score: 2.8888292

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.

Score: 2.8888292

Gitana 3.2 / Guide / Guide / Features / Taggable

Enhance your content with taggable nodes for efficient tagging, association, and search capabilities across all content types.

Score: 2.8484766

Gitana 4.0 / Content Engine / Aspects / Taggable

Enhance your content with taggable nodes for efficient tagging, association, and search capabilities across all content types.

Score: 2.8484766

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / tag-subcontext

Explore our comprehensive guide to managing tags, including overview, edit properties, and accessing tagged documents in your projects.

Score: 2.8257973

Gitana 4.0 / Developers / User Interface Customization / Contexts / tag-subcontext

Explore our comprehensive guide to managing tags, including overview, edit properties, and accessing tagged documents in your projects.

Score: 2.8257973

Gitana 3.2 / Guide / Guide / Docker / Configuration / Encrypting Properties

Secure your sensitive data with Cloud CMS by encrypting API properties using RSA keys, safeguarding passwords and credentials effortlessly.

Score: 2.6940103

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.87

Upgrade to Cloud CMS 3.2.87 for enhanced ARM-64 support, requiring MongoDB 4.0+ and Redis 6.x+. Optimize deployments with AWS Graviton.

Score: 2.6921816

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.88

Upgrade to Cloud CMS 3.2.88! Enjoy ARM aarch64 support with better performance and lower costs. Requires MongoDB 4.0+ and Redis 6.x+.

Score: 2.6921816

Gitana 3.2 / Guide / Guide / User Interface / Create/Edit Content

Easily navigate and manage your project content with search features, tags, and comments. Enhance your CMS experience with organized folders and user roles.

Score: 2.633199

Gitana 4.0 / User Interface / User Interface / Create/Edit Content

Manage your content seamlessly with options for editing, viewing, and organizing. Explore features like attachments, tags, and comments for efficient content handling.

Score: 2.633199

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

Gitana 3.2 / Guide / Guide / Getting Started

Explore Cloud CMS, an API-first CMS empowering businesses with content creation, management, and publishing for web and mobile apps. Get started today!

Score: 2.5962262

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

Gitana 4.0 / Self Managed / Kubernetes

Discover our upcoming 4.0 Kubernetes configuration files or contact support@gitana.io for immediate access and assistance.

Score: 2.5079877

Access Cloud CMS content anonymously or as a guest user

This question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke

Score: 2.4427109

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 2.4135332

Precompile your Text fields with Markdown or Handlebars

One of the new features in Cloud CMS 3.2.41 is the f:precompile feature. This feature tells Cloud CMS to automatically precompile one or more fields on your content items whenever the content is saved. With precompiling in place, you can now let your editors work in Markdown or use Handlebars tags in their content and then have that content automatically convert into HTML (or another output format) for use in your front-end applications. An Example Suppose, for example, that you defined an artcl

Score: 2.4055715