Found 195 results for "user-interface projects locales"

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

Gitana / 3.2 / Guide / Guide / Projects

Projects In Cloud CMS, a Project is an isolated workspace in which your team can collaborate on the production and publication of content. You can create as many Projects as you wish. Within each Project, you can: Design your content model (types, features and associations) Build out editorial forms for easy-content entry Wire up "automagic" business logic consisting of Rules, Actions and Conditions to automatically do things like call out to web hooks, send emails or sanitize your data as edito

Score: 18.462828

Gitana / 4.0 / Data Engine / Platform / Projects

Projects In Cloud CMS, a Project is an isolated workspace in which your team can collaborate on the production and publication of content. You can create as many Projects as you wish. Within each Project, you can: Design your content model (types, features and associations) Build out editorial forms for easy-content entry Wire up "automagic" business logic consisting of Rules, Actions and Conditions to automatically do things like call out to web hooks, send emails or sanitize your data as edito

Score: 18.462828

Gitana / 4.0 / Data Engine / Aspects / Auto Translate

Auto Translate QName: f:auto-translate This feature makes it so that any content that is saved is automatically translated into any desired target locales and stored as translations within the Cloud CMS I18N (Internationalization) framework. With this feature, your editorial users could, for example, make a change to a node and save it. The change could then be translated into Chinese, Spanish and German so that content can be retrieved from Cloud CMS in those locales. This all happens automatic

Score: 15.187044

Gitana / 3.2 / Guide / Guide / User Interface / Projects

Projects Deleted Items Configure Locales Copy a Project Create a Project Delete a Project Export a Project Import a Project Configure Search

Score: 11.443506

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

Configure Locales When working with multilingual content and translations, Cloud CMS will automatically provide a list of available locales. The full set is complete but lengthy. In many cases, you may wish to trim back this locale list so that your editors benefit from a shorter list and also an exact list of the locales that you wish to support. You can specify this list per-project by editing your project JSON to include something like the following: { ..., "locales": [{ "code

Score: 9.592094

Gitana / 4.0 / User Interface / Projects / Configure Locales

Configure Locales When working with multilingual content and translations, Cloud CMS will automatically provide a list of available locales. The full set is complete but lengthy. In many cases, you may wish to trim back this locale list so that your editors benefit from a shorter list and also an exact list of the locales that you wish to support. You can specify this list per-project by editing your project JSON to include something like the following: { ..., "locales": [{ "code

Score: 9.592094

Gitana / 4.0 / Getting Started / Using your Data Platform / Projects

Projects A Project is a collaboration space where a team of users can work together on the creation, approval and publication of content. You invite people to projects using their email addresses. You can create as many Projects as you'd like. Once you've invited people to a project, they will be able to sign on to your Platform and work within that individual project. You can invite them to other projects as well. Within each project, they will have rights and access to things based on the Role

Score: 8.248365

Gitana / 3.2 / Guide / Guide / Features / Auto Translate

Auto Translate QName: f:auto-translate This feature makes it so that any content that is saved is automatically translated into any desired target locales and stored as translations within the Cloud CMS I18N (Internationalization) framework. With this feature, your editorial users could, for example, make a change to a node and save it. The change could then be translated into Chinese, Spanish and German so that content can be retrieved from Cloud CMS in those locales. This all happens automatic

Score: 7.360064

Gitana / 3.2 / Guide / Guide / Getting Started / Multiple Projects

Multiple Projects A Project is a collaboration space where a team of users can work together on the creation, approval and publication of content. You invite people to projects using their email addresses. You can create as many Projects as you'd like. Once you've invited people to a project, they will be able to sign on to your Platform and work within that individual project. You can invite them to other projects as well. Within each project, they will have rights and access to things based on

Score: 6.901837

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-manage-context

project-manage-context [ { "evaluator": "context-project", "config": { "project-manage-context": { "items": [ { "key": "project/manage/header", "title": "Manage", "order": 10000, "header": true, "allowAuthority": [ "collaborator", "manager" ], "items": [ { "key": "project/settings", "title": "Project Settin

Score: 5.0719295

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-manage-context

project-manage-context [ { "evaluator": "context-project", "config": { "project-manage-context": { "items": [ { "key": "project/manage/header", "title": "Manage", "order": 10000, "header": true, "allowAuthority": [ "collaborator", "manager" ], "items": [ { "key": "project/settings", "title": "Project Settin

Score: 5.0719295

Gitana / 4.0 / User Interface / Projects / Overview

Projects Deleted Items Configure Locales Copy a Project Create a Project Delete a Project Export a Project Import a Project Configure Search

Score: 4.8531895

Gitana / 3.2 / Guide / Guide / General / Data Lists

Data Lists Cloud CMS allows you to organize multiple content items into a single data list so that the full collection of items can be ordered, managed and worked on all at once. Collections of items organized into a data list additionally support internationalization (I18N), allowing you to flip between multiple locale-based views of the list while working on translations in any of the list's supported locales. Under the hood, a data list is a node of type n:list. It has zero or more associatio

Score: 3.7367492

Gitana / 4.0 / Data Engine / Nodes / Data Lists

Data Lists Cloud CMS allows you to organize multiple content items into a single data list so that the full collection of items can be ordered, managed and worked on all at once. Collections of items organized into a data list additionally support internationalization (I18N), allowing you to flip between multiple locale-based views of the list while working on translations in any of the list's supported locales. Under the hood, a data list is a node of type n:list. It has zero or more associatio

Score: 3.7367492

Gitana / 3.2 / Guide / Guide / User Interface / Multilingual

Multilingual When applied to a node, this indicates that you wish to have the contents of this node support multilingual behavior and translated content. This node then serves as the "master node" for translation support. Master nodes have a:has_translation associations to translation nodes that hold copies of the content (JSON and any attachments) in the target locale Marking a node as f:multilingual does not automatically produce translations for you. However, once marked, the Cloud CMS user i

Score: 3.0543382

Gitana / 4.0 / User Interface / User Interface / Multilingual

Multilingual When applied to a node, this indicates that you wish to have the contents of this node support multilingual behavior and translated content. This node then serves as the "master node" for translation support. Master nodes have a:has_translation associations to translation nodes that hold copies of the content (JSON and any attachments) in the target locale Marking a node as f:multilingual does not automatically produce translations for you. However, once marked, the Cloud CMS user i

Score: 3.0543382

Gitana / 3.2 / Guide / Guide / API / Pagination

Pagination Pagination allows you to control the result set that comes back from Cloud CMS for any operations that produce a list of items. It is called pagination because it gives you a way to organize your record set into pages and then get those pages back, one at a time. Pagination gives you a way to adjust the result set before it is sent over the wire (and back to you) so that you can have smaller "paged" payloads. Pagination is useful because, most of the time, unless the result set is ver

Score: 2.8773675

Gitana / 4.0 / Data Engine / API / Pagination

Pagination Pagination allows you to control the result set that comes back from Cloud CMS for any operations that produce a list of items. It is called pagination because it gives you a way to organize your record set into pages and then get those pages back, one at a time. Pagination gives you a way to adjust the result set before it is sent over the wire (and back to you) so that you can have smaller "paged" payloads. Pagination is useful because, most of the time, unless the result set is ver

Score: 2.8773675

Gitana / 4.0 / Forms / API / Internationalization

Internationalization Alpaca provides localized bundles for several locales including: Chinese (zh_CN) Czech (cs_CZ) Croatian (hr_HR) Dutch (nl_BE) Finnish (fi_FI) French (fr_FR) German (variant 1) (de_AT) German (variant 2) (de_DE) Greek (el_GR) Italian (it_IT) Japanese (ja_JP) Norwegian (nb_NO) Polish (pl_PL) Portugeuse (pt_BR) Spanish (es_ES) Swedish (sv_SE) These bundles allow Alpaca to render default messages (such as validation messages) in translated languages. In addition, Alpaca supports

Score: 2.1569576

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-context

project-context [ { "evaluator": "context-project", "config": { "project-context": { "items": [ { "key": "project/developers/heading", "title": "Developers", "order": 10000, "header": true, "allowAuthority": [ "manager" ], "items": [ { "key": "project/developers/query", "title": "Query", "uri": "#/project

Score: 2.0708983

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-context

project-context [ { "evaluator": "context-project", "config": { "project-context": { "items": [ { "key": "project/developers/heading", "title": "Developers", "order": 10000, "header": true, "allowAuthority": [ "manager" ], "items": [ { "key": "project/developers/query", "title": "Query", "uri": "#/project

Score: 2.0708983

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

team-subcontext [ { "evaluator": "context-team", "config": { "team-subcontext": { "items": [ { "key": "team", "title": "Team", "order": 1000, "header": true, "items": [ { "key": "team/view", "title": "Overview", "uri": "#/projects/{projectId}/teams/{teamId}", "order": 1000 }, { "key"

Score: 2.033974

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

team-subcontext [ { "evaluator": "context-team", "config": { "team-subcontext": { "items": [ { "key": "team", "title": "Team", "order": 1000, "header": true, "items": [ { "key": "team/view", "title": "Overview", "uri": "#/projects/{projectId}/teams/{teamId}", "order": 1000 }, { "key"

Score: 2.033974

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

release-subcontext [ { "evaluator": "context-workspace-has-pending-merges", "config": { "release-subcontext": { "items": [ { "key": "release/workspaces", "items": [ { "key": "release/merges", "title": "Pending Merges", "uri": "#/projects/{projectId}/releases/{releaseId}/merges", "iconClass": "fa fa-angle-right", "order": 32000 }

Score: 2.0310454

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

release-subcontext [ { "evaluator": "context-workspace-has-pending-merges", "config": { "release-subcontext": { "items": [ { "key": "release/workspaces", "items": [ { "key": "release/merges", "title": "Pending Merges", "uri": "#/projects/{projectId}/releases/{releaseId}/merges", "iconClass": "fa fa-angle-right", "order": 32000 }

Score: 2.0310454