Found 45 results for "modules"

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

Gitana / 3.2 / Guide / Guide / Modules

Modules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need

Score: 77.15012

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

Gitana / 4.0 / Developers / Command Line Interface / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 72.0242

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

Gitana / 3.2 / Guide / Guide / Command Line / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 48.849068

Gitana / 4.0 / User Interface / Modules / Overview

Modules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need

Score: 45.178444

Gitana / 4.0 / Developers / Drivers / Overview

Drivers We offer driver libraries that you can drop into your new or existing web applications to make it very easy to interact with Cloud CMS. These drivers handle things like authentication state, concurrency and fast API calls over the wire. The following drivers are available: C# Go Java JavaScript / Node JavaScript (Legacy) PHP Python Ruby

Score: 40.277424

Gitana / 3.2 / Guide / Guide / UI Developers Guide

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 38.914246

Gitana / 4.0 / Developers / User Interface Customization / Overview

UI Developers Guide The Cloud CMS user interface is an HTML / JavaScript application that comes pre-configured with a base application that is feature-complete and out-of-the-box. It includes a ready-to-run content management and collaboration tool set for managing documents, web sites, mobile content and more. It also makes some default assumptions about page layout, placement of buttons, availability of functionality and role-based provisioning that may or may not match your desired editorial

Score: 38.914246

Gitana / 4.0 / Developers / Command Line Interface / Commands

Commands The following commands are available:

Score: 37.14791

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 9.043768

Gitana / 3.2 / Guide / Guide / Content Modeling / Content Model Builder / Extend Field Templates

Extend Field Templates If you find the existing field templates still limited to your need, Modules allow you to add your own field template. In the following sample, we added a field template that provides a Summernote WYSIWYG editor. Default CKEditor WYSIWYG: Customized Summernote WYSIWYG: Get the code here in the SDK: https://github.com/gitana/sdk/tree/master/ui/modules/content-model/content-model-field

Score: 8.999649

Gitana / 4.0 / Data Engine / Content Models / Content Model Builder / Extend Field Templates

Extend Field Templates If you find the existing field templates still limited to your need, Modules allow you to add your own field template. In the following sample, we added a field template that provides a Summernote WYSIWYG editor. Default CKEditor WYSIWYG: Customized Summernote WYSIWYG: Get the code here in the SDK: https://github.com/gitana/sdk/tree/master/ui/modules/content-model/content-model-field

Score: 8.999649

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

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

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

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 7.842867

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

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 7.842867

Gitana / 3.2 / Guide / Guide / Overview

_page Access Policies Actions Antivirus Scanning API API Keys Applications Application Server Attachments Auditing Authentication Binary Files Branches Bulk Import Command Line Conditions Content Modeling Cookbooks Deployment Docker Features Find Forms General GraphQL Integrations Multifactor Authentication Modules Narration Optical Character Recognition Platform Policies Projects Publishing Query Recognition Releases Reports Rules Scripting Search Security Single Sign On (SSO) Supported Stacks

Score: 7.541916

Gitana / 4.0 / Developers / Overview

Developers Explore our guides and examples to integrate with Gitana. Drivers Integrate to Gitana quickly using one of our pre-built drivers C# For Microsoft C# / .NET apps. Go For Go apps and tools. Java For Java, Spring Framework / Boot apps. JavaScript / Node For JavaScript / Node.js (ES 5, Promises, async). JavaScript (Legacy) (Deprecated) V1 driver for JS PHP For PHP apps (Drupal, Wordpress). Python For Python apps and tools. Ruby For Ruby and Ruby-on-Rails. Frameworks Get started quickly wi

Score: 7.17953

Alpaca 1.0.3 Released!

We’re pleased to announce the release of Alpaca Web Forms 1.0.3 for jQuery, jQuery UI and jQuery Mobile. Alpaca is an open-source project that provides an easy way to render web forms using JSON schema. It consists of a jQuery plugin and provides a nice abstraction so that you can change form layouts, validation logic and presentation with simple changes to JSON. Alpaca provides the web forms capabilities for Cloud CMS - The Cloud Content Management Platform for the Enterprise. This release incl

Score: 7.1559043

How does multi-tenancy work?

How does multi-tenancy work? ie I want to have multiple companies with sub-groups of users in each company - to follow, how would we customize the interface for each company? There are two good ways to achieve multi-tenancy with Cloud CMS. - One is to use multiple "projects" - i.e. one per customer. Each project has it's own domain of users and groups, as well as it's own content definitions, instances and ACLs. As such, you can use each project to store the content on a per-client basis. You ca

Score: 6.72639

Gitana / 4.0 / Home / Overview

Documentation Welcome to the Gitana Documentation Center. Gitana is a secure, enterprise-scale content platform that provides the fastest way to easily and continuously release approved, fresh content changes to your customer-facing APIs, web sites, applications and AI models. It provides everything that you need to power engaging digital experiences. It makes it easy for your business to create, manage and publish amazing content to your customers in real-time. Getting Started If you're new to

Score: 6.5500755

Gitana / 3.2 / Guide / Guide / Docker / Maintenance / Upgrades

Upgrades This document provides technical guidance for upgrades. Upgrade to Cloud CMS Version 3.2 The Elastic Search version in this release has been updated from 1.7.1 to 6.2.4. Steps to follow to set up Docker 3.2: Download the Docker release 3.2 here. Download the Zip or Tar file of Elastic Search 6.2.4 here and then Unzip the package. Unzip the Docker release package, Create a new folder and paste the kit you use from the package. You can also replace your existing kit with the new release's

Score: 5.798313

Gitana / 4.0 / Self Managed / Maintenance / Upgrades

Upgrades This document provides technical guidance for upgrades. Upgrade to Cloud CMS Version 3.2 The Elastic Search version in this release has been updated from 1.7.1 to 6.2.4. Steps to follow to set up Docker 3.2: Download the Docker release 3.2 here. Download the Zip or Tar file of Elastic Search 6.2.4 here and then Unzip the package. Unzip the Docker release package, Create a new folder and paste the kit you use from the package. You can also replace your existing kit with the new release's

Score: 5.798313

Easy apps with Cloud CMS and Node.js

As we continue to enhance Cloud CMS, one of the directions that we’re pushing in is toward the application layer. We intend to offer increasingly more out-of-the-box applications for content authoring, curation and publishing aimed at marketing users. These applications need to be easy-to-use. They need to address the most common cases that our customers are asking for out-of-the-box. However, they also need to be easily extensible so that these same customers can take our apps and quickly custo

Score: 5.4241157