Found 563 results for "ui-dev configuration"

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

Gitana / 4.0 / Forms / Fields / Lower Case Field

Lower Case Field The lowercase field. Properties Title Lower Case Description Text field for lowercase text Field Type lowercase 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 attribut

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Password Field

Password Field The password field. Properties Title Password Description Password Field Type password 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 attributes that will be added as DO

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Personal Name Field

Personal Name Field The personalname field. Properties Title Personal Name Description Text Field for personal name with capital letter for first letter & after hyphen, space or apostrophe. Field Type personalname 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 aut

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Tag Field

Tag Field The tag field. Properties Title Tag Description Renders object items into a table row Field Type tag Base Field Type lowercase 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 attributes that will

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Upper Case Field

Upper Case Field The uppercase field. Properties Title Upper Case Description Text field for uppercase text Field Type uppercase 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 attribut

Score: 0.76756746

Gitana / 3.2 / Guide / Guide / Application Server / Services / Welcome

Welcome The welcome service allows you to configure a default URI path for any requests that do not have a path supplied. Configuration { "welcome": { "enabled": , "file": "" } } Example #1 For example, you may wish for users who access your website at: http://mywebsite.com/ To be served back the page at: http://mywebsite.com/index.html This is accomplished using a config block like this: { "welcome": { "enabled": true, "file": "i

Score: 0.76630926

Gitana / 4.0 / Developers / Application Server / Services / Welcome

Welcome The welcome service allows you to configure a default URI path for any requests that do not have a path supplied. Configuration { "welcome": { "enabled": , "file": "" } } Example #1 For example, you may wish for users who access your website at: http://mywebsite.com/ To be served back the page at: http://mywebsite.com/index.html This is accomplished using a config block like this: { "welcome": { "enabled": true, "file": "i

Score: 0.76630926

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Authenticators / Custom

Custom This page provides some guidance on how to define your own custom Authenticator class for use within the Application Server. Implementation Class We recommend extending the AbstractAuthenticator class. The basic skeleton of the class might look like this: var AbstractAuthenticator = require("cloudcms-server/middleware/authentication/authenticators/abstract"); class CustomAuthenticator extends AbstractAuthenticator { constructor(req, config) { super(req, config); } i

Score: 0.76362693

Gitana / 4.0 / Developers / Application Server / Authentication / Authenticators / Custom

Custom This page provides some guidance on how to define your own custom Authenticator class for use within the Application Server. Implementation Class We recommend extending the AbstractAuthenticator class. The basic skeleton of the class might look like this: var AbstractAuthenticator = require("cloudcms-server/middleware/authentication/authenticators/abstract"); class CustomAuthenticator extends AbstractAuthenticator { constructor(req, config) { super(req, config); } i

Score: 0.76362693

Gitana / 3.2 / Guide / Guide / Actions / Execute Script from a Node

Execute Script from a Node ID: executeScriptNode Executes a script attachment of a node. The configuration for this action is described using JSON Schema like this: { "scriptNodeId": "d904227f8628b15d4763" } Property Required Description scriptNodeId yes The node id of the script document scriptAttachmentId no The id of the attachment where the script locates methodName no The method name of the script args no The arguments for the method in the script

Score: 0.76196736

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Or

Or This section describes features that are coming in 4.0 The or condition lets you perform a logical OR operation across multiple sub-conditions. Configuration { "type": "or", "config": { "conditions": [ ... subconditions ] } } Sample #1 This policy document allows a principal to read content from the /products and /images folders. { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"], "c

Score: 0.76196736

Gitana / 4.0 / Data Engine / Behaviors / Actions / Execute Script from a Node

Execute Script from a Node ID: executeScriptNode Executes a script attachment of a node. The configuration for this action is described using JSON Schema like this: { "scriptNodeId": "d904227f8628b15d4763" } Property Required Description scriptNodeId yes The node id of the script document scriptAttachmentId no The id of the attachment where the script locates methodName no The method name of the script args no The arguments for the method in the script

Score: 0.76196736

Gitana / 4.0 / Data Engine / Security / Access Policies / Conditions / Or

Or This section describes features that are coming in 4.0 The or condition lets you perform a logical OR operation across multiple sub-conditions. Configuration { "type": "or", "config": { "conditions": [ ... subconditions ] } } Sample #1 This policy document allows a principal to read content from the /products and /images folders. { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"], "c

Score: 0.76196736

Gitana / 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon SQS

Amazon SQS The Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. Amazon SQS makes it simple and cost-effective to decouple the components of a cloud application. You can use Amazon SQS to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. Cloud CMS Application Server The Cloud CMS Application Server is a middle-tier cluster that sits between your mobile/web appl

Score: 0.7616718

Gitana / 4.0 / Data Engine / Integrations / Amazon Web Services / Amazon SQS

Amazon SQS The Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. Amazon SQS makes it simple and cost-effective to decouple the components of a cloud application. You can use Amazon SQS to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. Cloud CMS Application Server The Cloud CMS Application Server is a middle-tier cluster that sits between your mobile/web appl

Score: 0.7616718

Gitana / 3.2 / Guide / Guide / Integrations / Ping

Ping Ping Identity provides security solutions for on-premise and SaaS based applications. Its PingOne product provides Identity and SSO solutions including support for the SAML 2.0 protocol which is supported by Cloud CMS. Cloud CMS provides Single Sign On (SSO) Enterprise support for a variety of Identity Providers using SAML 2.0 and/or JWT. For more information, see Cloud CMS Single Sign On (SSO). To learn more about this, please visit our Cloud CMS / Ping example configuration.

Score: 0.75767446

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Samples

Samples In this section, we've collected sample configurations that customers and our support team refer to frequently when guiding developers down the path of building out UI extensions. To understand what is provided here, we recommend first reading up on the following: Configuration Service UI Views UI Modules The samples provided here can be included in custom modules and can also be plugged into UI Views. The following samples are provided: Developer Menu Items Releases Menu Item

Score: 0.75767446

Gitana / 4.0 / Developers / User Interface Customization / Samples

Samples In this section, we've collected sample configurations that customers and our support team refer to frequently when guiding developers down the path of building out UI extensions. To understand what is provided here, we recommend first reading up on the following: Configuration Service UI Views UI Modules The samples provided here can be included in custom modules and can also be plugged into UI Views. The following samples are provided: Developer Menu Items Releases Menu Item

Score: 0.75767446

Gitana / 4.0 / Data Engine / Integrations / Ping

Ping Ping Identity provides security solutions for on-premise and SaaS based applications. Its PingOne product provides Identity and SSO solutions including support for the SAML 2.0 protocol which is supported by Cloud CMS. Cloud CMS provides Single Sign On (SSO) Enterprise support for a variety of Identity Providers using SAML 2.0 and/or JWT. For more information, see Cloud CMS Single Sign On (SSO). To learn more about this, please visit our Cloud CMS / Ping example configuration.

Score: 0.75767446

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / Branch Deployment Handler

Branch Deployment Handler Handles the deployment of one or more Deployment Packages to a Branch on the current platform. The contents of the Deployment Packages will be deployed transactionally to the target Branch. If any of the content within the Deployment Packages fails to copy, the transaction will be rolled back and the target Branch will be restored to its previous state. Configuration { "branchRef": "{branchReference}" } Where branchReference looks like branch://{platformId}/{reposi

Score: 0.7534296

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Providers / SAML 2.0

SAML 2.0 The SAML Authentication Provider enables the Cloud CMS Application Server to authenticate, validate tokens and load user profile information against servers that are SAML 2.0 compatible. SAML stands for Security Assertion Markup Language. For more information on Authentication within the App Server, see App Server Authentication / SSO. Configuration Here are all of the properties that may be configured: "auth": { "providers": { "myProvider": { "type": "saml",

Score: 0.7534296

Gitana / 4.0 / Developers / Application Server / Authentication / Providers / SAML 2.0

SAML 2.0 The SAM Authentication Provider enables the Cloud CMS Application Server to authenticate, validate tokens and load user profile information against servers that are SAML 2.0 compatible. SAML stands for Security Assertion Markup Language. For more information on Authentication within the App Server, see App Server Authentication / SSO. Configuration Here are all of the properties that may be configured: "auth": { "providers": { "myProvider": { "type": "saml",

Score: 0.7534296

Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / Branch Deployment Handler

Branch Deployment Handler Handles the deployment of one or more Deployment Packages to a Branch on the current platform. The contents of the Deployment Packages will be deployed transactionally to the target Branch. If any of the content within the Deployment Packages fails to copy, the transaction will be rolled back and the target Branch will be restored to its previous state. Configuration { "branchRef": "{branchReference}" } Where branchReference looks like branch://{platformId}/{reposi

Score: 0.7534296

Gitana / 3.2 / Guide / Guide / Forms / Fields / Related Content

Related Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil

Score: 0.7522365

Gitana / 4.0 / Forms / CMS / Fields / Related Content

Related Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil

Score: 0.7522365