Found 611 results for "docker configuration encrypting-properties"

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

Gitana / 4.0 / Developers / Application Server / Authentication / Providers / Twitter

Twitter Cloud CMS provides integrated authentication and single-sign-on (SSO) with Twitter. This page describes the authentication provider available for the Cloud CMS Application Server that enables your mobile or web applications as well as the Cloud CMS user interface or API to authenticate against Twitter. For more information on Authentication within the App Server, see App Server Authentication / SSO. Twitter API Keys You will need to configure a Twitter application and have the following

Score: 0.86647725

Gitana / 3.2 / Guide / Guide / Features / Auto Transcribe

Auto Transcribe This section describes features that are coming in 4.0 QName: f:auto-transcribe With this feature in place, a content instance will automatically have an audio attachment converted to text using speech-to-text conversion. The generated text will be stored back to an attachment named transcription (as a text/plain file). To use this service, you will first need to set up a Transcription Service. The service can either be configured as the default Transcription Service for your Pro

Score: 0.85416365

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 0.85416365

Gitana / 4.0 / Developers / User Interface Customization / Actions / new_folder

new_folder ID: new_folder This brings up the New Folder wizard that guides users through the process of creating a new folder within the currently viewed folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. The newly created folder is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "new_folder", actionContext, function(err) {

Score: 0.85416365

Gitana / 4.0 / Data Engine / Aspects / Auto Transcribe

Auto Transcribe This section describes features that are coming in 4.0 QName: f:auto-transcribe With this feature in place, a content instance will automatically have an audio attachment converted to text using speech-to-text conversion. The generated text will be stored back to an attachment named transcription (as a text/plain file). To use this service, you will first need to set up a Transcription Service. The service can either be configured as the default Transcription Service for your Pro

Score: 0.85416365

Gitana / 3.2 / Guide / Guide / Actions / Add Feature

Add Feature ID: addFeature Adds a feature to a node. The configuration for this feature is described using JSON Schema like this: { "title": "Add Feature", "properties": { "qname": { "title": "Feature QName", "type": "string" }, "config": { "title": "Feature Configuration", "type": "object" } } } See the examples below for more detail. Example #1 Let's say we want to automatically configure the filename

Score: 0.8500465

Gitana / 4.0 / Data Engine / Behaviors / Actions / Add Feature

Add Feature ID: addFeature Adds a feature to a node. The configuration for this feature is described using JSON Schema like this: { "title": "Add Feature", "properties": { "qname": { "title": "Feature QName", "type": "string" }, "config": { "title": "Feature Configuration", "type": "object" } } } See the examples below for more detail. Example #1 Let's say we want to automatically configure the filename

Score: 0.8500465

Gitana / 3.2 / Guide / Guide / Features / Thumbnailable

Thumbnailable QName: f:thumbnailable Configures a node to automatically generate thumbnails for the node content or attachments. With this feature applied, one or more thumbnail images will be generated based on the node's JSON or attachment content. These thumbnails can be of various sizes and are automatically generated when the node's content is created, updated or deleted or its relevant attachment is updated. Thumbnail generation is always synchronous. Thumbnails are generated when the node

Score: 0.84813714

Gitana / 4.0 / Data Engine / Aspects / Thumbnailable

Thumbnailable QName: f:thumbnailable Configures a node to automatically generate thumbnails for the node content or attachments. With this feature applied, one or more thumbnail images will be generated based on the node's JSON or attachment content. These thumbnails can be of various sizes and are automatically generated when the node's content is created, updated or deleted or its relevant attachment is updated. Thumbnail generation is always synchronous. Thumbnails are generated when the node

Score: 0.84813714

Gitana / 4.0 / Forms / Fields / Color Picker Field

Color Picker Field The colorpicker field implements a color picker that runs on Bootstrap. It relies on the following library: https://mjolnic.com/bootstrap-colorpicker/ The colorpicker option can be used to feed configuration settings to the plugin. Properties Title Color Picker Description A color picker for selecting hexadecimal color values Field Type colorpicker Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when

Score: 0.8399373

Gitana / 4.0 / Forms / Fields / Option Tree Field

Option Tree Field The optiontree field. Properties Title Option Tree Description Text field for lowercase text Field Type optiontree Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attr

Score: 0.8375726

Gitana / 4.0 / Self Managed / Configuration / Overview

Configuration Antivirus Server API Server Encrypting Properties UI Server

Score: 0.8353276

Gitana / 3.2 / Guide / Guide / Application Server / Services / Cache

Cache The Cache Service is responsible for providing an application server cache that all processes, whether local or distributed, have access to for non-transactional caching. Objects stored in the cache are eventually available to other members of the cluster (if there are any), no matter whether running on the same server or on other servers in the cluster. Modes The Cloud CMS Application Server can run in one of three modes: single node cluster multiple nodes (on a single process) sticky-clu

Score: 0.82792366

Gitana / 4.0 / Developers / Application Server / Services / Cache

Cache The Cache Service is responsible for providing an application server cache that all processes, whether local or distributed, have access to for non-transactional caching. Objects stored in the cache are eventually available to other members of the cluster (if there are any), no matter whether running on the same server or on other servers in the cluster. Modes The Cloud CMS Application Server can run in one of three modes: single node cluster multiple nodes (on a single process) sticky-clu

Score: 0.82792366

Gitana / 4.0 / Forms / Fields / Pick A Color Field

Pick A Color Field The pickacolor field implements a simple color picker that lets the end user choose from a selection of colors. It runs on Botostrap and relies on the following library: Uses: https://github.com/billyaraujo/pick-a-color The pickacolor option can be used to feed configuration settings to the plugin. Properties Title Pick-A-Color Description A color picker for selecting hexadecimal color values Field Type pickacolor Base Field Type text Schema Property Type Default Description

Score: 0.8261771

Gitana / 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extra Attributes

Extra Attributes In addition to common attributes like width, height and id, you might need extra attributes for your embedded media HTML tag. For example, you probably hope to have attributes like title and creator: CloudCMS allows you to add extra attributes that best suit your need with some simple configurations. Add JSON Configurations for Extra Attributes Navigate to Manage Project --> Editors --> Embedded Media Editor. Check Enable Additional Attributes and two JSON editors will pop up. W

Score: 0.8240043

Gitana / 4.0 / User Interface / Embedded Media / Advanced Usages / Extra Attributes

Extra Attributes In addition to common attributes like width, height and id, you might need extra attributes for your embedded media HTML tag. For example, you probably hope to have attributes like title and creator: CloudCMS allows you to add extra attributes that best suit your need with some simple configurations. Add JSON Configurations for Extra Attributes Navigate to Manage Project --> Editors --> Embedded Media Editor. Check Enable Additional Attributes and two JSON editors will pop up. W

Score: 0.8240043

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts

Contexts Cloud CMS uses a browser-side configuration service that evaluates "blocks" of configuration rules to determine the overall runtime configuration that drives every page render. Each block contains an evaluator and a snippet of configuration. If the evaluator evaluates to true, the snippet of configuration is included. It is merged into the overall runtime set and then used to make rendering decisions. Most of the Cloud CMS components that render on the screen, such as the left-hand navi

Score: 0.8238315

Gitana / 4.0 / Developers / User Interface Customization / Contexts

Contexts Cloud CMS uses a browser-side configuration service that evaluates "blocks" of configuration rules to determine the overall runtime configuration that drives every page render. Each block contains an evaluator and a snippet of configuration. If the evaluator evaluates to true, the snippet of configuration is included. It is merged into the overall runtime set and then used to make rendering decisions. Most of the Cloud CMS components that render on the screen, such as the left-hand navi

Score: 0.8238315

Gitana / 3.2 / Guide / Guide / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 0.82255447

Gitana / 4.0 / Developers / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 0.82255447

Gitana / 3.2 / Guide / Guide / Features / Renditioned

Renditioned QName: f:renditioned Indicates that a f:renditionable node has been renditioned 1 or more times. Configuration Renditioned Example { "title": "My Article", "_features": { "f:renditioned": { } } }

Score: 0.8175539

Gitana / 4.0 / Data Engine / Aspects / Renditioned

Renditioned QName: f:renditioned Indicates that a f:renditionable node has been renditioned 1 or more times. Configuration Renditioned Example { "title": "My Article", "_features": { "f:renditioned": { } } }

Score: 0.8175539

Gitana / 3.2 / Guide / Guide / Content Modeling / Scripts

Scripts Scripts are content nodes with a default attachment of type application/javascript. As with all behaviors, script nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior association. Script Interfaces If you elect to write scripts to implement custom behaviors, the following signatures can be used inside of your JavaScript: {{#article "policies/association"}}Association Policies{{/

Score: 0.81716514

Gitana / 3.2 / Guide / Guide / Application Server / Installation / Module Installation

Module Installation The Cloud CMS Application Server can also be run as a custom Node.js application. It is available as a Node.js module that you can require() in from npmjs.org. The server features a number of extension points that you can utilize to wire in new functionality or extend the framework. Getting Started Here is a simple example where we start up the Application Server from within a Node.js application: var server = require("cloudcms-server/server"); server.start(); The start() me

Score: 0.81716514