Found 77 results for "content-models content-model-builder customize"

The search executed in 8.82132E-4 seconds. That's fast.

Gitana / 3.2 / Guide / Guide / User Interface / Multilingual / Customize Translations UI

Customize Translations UI Cloud CMS allows you to customize UI simply with configurations in your module. Here we will use the following example to demonstrate this feature. For multilingual documents with translations, if you go to the multilingual document's Edit Properties page, the default UI looks like this: In the above screenshot, the Edit Translations button allows you to select a translation of the multilingual document from the dropdown. It's a way to quickly edit the translated docume

Score: 13.468917

Gitana / 4.0 / User Interface / User Interface / Multilingual / Customize Translations UI

Customize Translations UI Cloud CMS allows you to customize UI simply with configurations in your module. Here we will use the following example to demonstrate this feature. For multilingual documents with translations, if you go to the multilingual document's Edit Properties page, the default UI looks like this: In the above screenshot, the Edit Translations button allows you to select a translation of the multilingual document from the dropdown. It's a way to quickly edit the translated docume

Score: 13.468917

Gitana / 3.2 / Guide / Guide / Policies

Policies Policies can be used to run custom code or fire off actions when an event, such as creating a content item or associating a content item into the content graph, occurs. Cloud CMS provides a wide array of policies that you can hook your custom logic into. By default, Cloud CMS provides sensible and useful content policy handlers to manage the lifecycle of you content. You can wire in new policy handlers. Policy handlers include scripts and rules. These policies will trigger behaviors whe

Score: 11.642712

Gitana / 4.0 / Data Engine / Behaviors / Policies

Policies Policies can be used to run custom code or fire off actions when an event, such as creating a content item or associating a content item into the content graph, occurs. Cloud CMS provides a wide array of policies that you can hook your custom logic into. By default, Cloud CMS provides sensible and useful content policy handlers to manage the lifecycle of you content. You can wire in new policy handlers. Policy handlers include scripts and rules. These policies will trigger behaviors whe

Score: 11.642712

Gitana / 3.2 / Guide / Guide / User Interface / Dashboard

Dashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration

Score: 2.5172248

Gitana / 4.0 / User Interface / User Interface / Dashboard

Dashboard You can customize dashboard in Platform and Project. Find the "Config Dashboard" button at the top right area of the platform/project home page, and you will be able to customize dashboards for different pages. In this example, we will customize the dashboard for Platform. In the following screenshot, there are 5 dashlets (My Projects, My Favorites, My Recent Edits, My Tasks, and Recent Activities). We can Change the layout Add/remove a dashlet Configure each dashlet Lock configuration

Score: 2.5172248

Gitana / 3.2 / Guide / Guide / Publishing / Content Types

Content Types Cloud CMS lets you customize the Publishing Behavior and the Workflow Per Content Type. You can now Enable/Disable the Preview and Publishing buttons for each Content Type. Customize Publishing Behavior Per Content Type You can disable the Publishing Behavior like Preview button or the Publishing buttons for all the Content types whose content or data you do not want to publish. To Disable the Publishing behaviors of the Content Types: Go to Project Go to Manage Project Go to Publi

Score: 2.328889

Gitana / 4.0 / Data Engine / Publishing / Content Types

Content Types Cloud CMS lets you customize the Publishing Behavior and the Workflow Per Content Type. You can now Enable/Disable the Preview and Publishing buttons for each Content Type. Customize Publishing Behavior Per Content Type You can disable the Publishing Behavior like Preview button or the Publishing buttons for all the Content types whose content or data you do not want to publish. To Disable the Publishing behaviors of the Content Types: Go to Project Go to Manage Project Go to Publi

Score: 2.328889

Gitana / 3.2 / Guide / Guide / User Interface / Menu

Menu Although having the ability to do a lot of stuff is great, sometimes too many things to do can be overwhelming. So we provide you with a way to configure menus on all the different pages. You can Customize menus to display Change menu titles Customize Menus to Display Here's a screenshot of "Manage Platform" page. On the left hand side, you can see a super long menu separated into two blocks: "MANAGE PLATFORM" and "DEVELOPERS", each with quite a few submenus. An editorial manager may not wa

Score: 2.3223462

Gitana / 4.0 / User Interface / User Interface / Menu

Menu Although having the ability to do a lot of stuff is great, sometimes too many things to do can be overwhelming. So we provide you with a way to configure menus on all the different pages. You can Customize menus to display Change menu titles Customize Menus to Display Here's a screenshot of "Manage Platform" page. On the left hand side, you can see a super long menu separated into two blocks: "MANAGE PLATFORM" and "DEVELOPERS", each with quite a few submenus. An editorial manager may not wa

Score: 2.3223462

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

Gitana / 4.0 / Developers / 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: 2.3040895

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.2670276

Customizing the Cloud CMS User Interface

Cloud CMS is incredibly powerful and feature rich. This is great except that in exposing all the powerful features the UI can easily appear cluttered and difficult to use. We recently added the ability to customize the UI to declutter, simplify, and make more familiar. Navigation The UI has been simplified to make navigation easier. The number of left-hand menu options has decreased because of the new “Manage Platform” and “Manage Project” sections. These two new sections have moved all of the a

Score: 2.2142832

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

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 2.184029

Gitana / 4.0 / Developers / User Interface Customization / Actions

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 2.184029

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in our SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in their da

Score: 2.163937

Gitana / 4.0 / Developers / User Interface Customization / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in the Gitana SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in t

Score: 2.163937

Gitana / 3.2 / Guide / Guide / Integrations / IBM Watson / Translate

Watson Translate The IBM Watson™ Language Translator translates text from one language to another. The service offers multiple IBM provided translation models that you can customize based on your unique terminology and language Cloud CMS provides a IBM Watson Translator Provider that works with IBM Watson Language Translator to automatically create and update I18N translations as changes are made to content by your editorial team. To learn more, check out Auto Translate.

Score: 2.147076

Gitana / 4.0 / Data Engine / Integrations / IBM Watson / Translate

Watson Translate The IBM Watson™ Language Translator translates text from one language to another. The service offers multiple IBM provided translation models that you can customize based on your unique terminology and language Cloud CMS provides a IBM Watson Translator Provider that works with IBM Watson Language Translator to automatically create and update I18N translations as changes are made to content by your editorial team. To learn more, check out Auto Translate.

Score: 2.147076

Gitana / 3.2 / Guide / Guide / Publishing / Workflow

Workflow Cloud CMS lets you define your own Workflows and choose them for the Publish and Unpublish activities. Each activity like Publish and Unpublish will have a Workflow Model which will have a set of instructions on how the contents should be routed during each activity. The default Workflow models we use for the Publish activity is Simple Publish and for the Unpublish activity is Simple Unpublish. You can add your own Workflows and customize your publish and unpublish activities.

Score: 2.1231272

Gitana / 4.0 / Data Engine / Publishing / Workflow

Workflow Cloud CMS lets you define your own Workflows and choose them for the Publish and Unpublish activities. Each activity like Publish and Unpublish will have a Workflow Model which will have a set of instructions on how the contents should be routed during each activity. The default Workflow models we use for the Publish activity is Simple Publish and for the Unpublish activity is Simple Unpublish. You can add your own Workflows and customize your publish and unpublish activities.

Score: 2.1231272

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-mypreferences-context

platform-mypreferences-context [ { "evaluator": "context-platform", "config": { "platform-mypreferences-context": { "items": [ { "key": "platform/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "platform/mypreferences/properties", "title": "Properties", "uri": "#/mypreferences", "

Score: 2.1113522

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-mypreferences-context

platform-mypreferences-context [ { "evaluator": "context-platform", "config": { "platform-mypreferences-context": { "items": [ { "key": "platform/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "platform/mypreferences/properties", "title": "Properties", "uri": "#/mypreferences", "

Score: 2.1113522

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

project-mypreferences-context [ { "evaluator": "context-project", "config": { "project-mypreferences-context": { "items": [ { "key": "project/mypreferences", "title": "My Preferences", "order": 10000, "header": true, "items": [ { "key": "project/mypreferences/properties", "title": "Properties", "uri": "#/projects/{projectId}/mypreferences",

Score: 2.0997071