Found 332 results for "gitana 4.0 developers app-server tags layout"

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

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 / Application Server / Web Content Management

Streamline content management with Cloud CMS. Easily edit, preview, and publish web pages for seamless collaboration and optimized performance.

Score: 2.608118

Gitana 4.0 / Developers / Application Server / Web Content Management

Streamline content management with Cloud CMS. Easily edit, preview, and publish web pages for seamless collaboration and optimized performance.

Score: 2.608118

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

Gitana 4.0 / Developers / Application Server / Services

Explore our comprehensive services including Awareness, Broadcast, Cache, and more to enhance your app development process.

Score: 2.3917518

Gitana 3.2 / Guide / Guide / Application Server / Services

Explore our comprehensive services including Awareness, Broadcast, Cache, Config, and more to optimize your app server experience.

Score: 2.3884902

Gitana 3.2 / Guide / Guide / Actions / OCR Extract Node

Optimize OCR extraction with customizable service options in upcoming 4.0 features for enhanced data processing.

Score: 2.3753538

Gitana 4.0 / Developers / User Interface Customization

Optimize your Cloud CMS experience with our guide to enhancing the user interface through customizable JavaScript and JSON configurations.

Score: 2.3665013

Gitana 4.0 / User Interface / User Interface

Explore Cloud CMS User Interface with guides on Awareness, Dashboard, Content Editing, and more to enhance user experience.

Score: 2.35953

Gitana 3.2 / Guide / Guide / Docker / Container Services / Amazon ECS

Optimize deployment and scaling of containerized apps on AWS with Amazon ECS and Gitana SDK for best practices and configurations.

Score: 2.3576765

Gitana 3.2 / Guide / Guide / Features / Behavior

Optimize node implementation with behavior tagging for scripts or rules.

Score: 2.3312635

Gitana 4.0 / Content Engine / Aspects / Behavior

Optimize node implementation with behavior tagging for scripts or rules.

Score: 2.3312635

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

Explore comprehensive document management features, including overview, editing, translations, and workflow options for enhanced collaboration.

Score: 2.3173156

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

Explore comprehensive document management features, including overview, editing, translations, and workflow options for enhanced collaboration.

Score: 2.3173156

Gitana 3.2 / Guide / Guide / User Interface

Discover a customizable, secure user interface with Cloud CMS to efficiently create, manage, and deliver content across your digital platforms.

Score: 2.2246609

Gitana 3.2 / Guide / Guide / UI Developers Guide / Samples / Developer Menu Items

Enable Developer menu for collaborators in Cloud CMS with custom configuration guidance.

Score: 2.224113

Gitana 4.0 / Developers / User Interface Customization / Samples / Developer Menu Items

Enable Developer menu for collaborators in Cloud CMS with custom configuration guidance.

Score: 2.224113

How does Cloud CMS work with a CDN

There are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo

Score: 2.1956794