Found 243 results for "forms fields slug"

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

Gitana / 3.2 / Guide / Guide / User Interface / Projects / Copy a Project

Copy a Project To copy a project, first bring up the list of Projects within your Platform by clicking on the Projects link on the left-hand menu. Find the Project you wish to copy in the list of Projects. Once you've found the Project, select it by clicking on the checkbox on the left-hand side. Then click on the Selected... dropdown and pick "Copy Project": This will bring up the Copy Project Wizard. Give your new Project a Title and a Description and then click Copy. Your Project will be copi

Score: 1.6444588

Gitana / 4.0 / User Interface / Projects / Copy a Project

Copy a Project To copy a project, first bring up the list of Projects within your Platform by clicking on the Projects link on the left-hand menu. Find the Project you wish to copy in the list of Projects. Once you've found the Project, select it by clicking on the checkbox on the left-hand side. Then click on the Selected... dropdown and pick "Copy Project": This will bring up the Copy Project Wizard. Give your new Project a Title and a Description and then click Copy. Your Project will be copi

Score: 1.6444588

Gitana / 4.0 / Forms / Fields / CKEditor Field

CKEditor Field The ckeditor field. The CK Editor field renders the CK editor control that allows users to visually work with HTML and save the results back into a text property. Properties Title CK Editor Description Provides an instance of a CK Editor control for use in editing HTML. Field Type ckeditor Base Field Type textarea Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify

Score: 1.6191316

Gitana / 3.2 / Guide / Guide / Cookbooks / Content Modeling Cookbook

Content Modeling Cookbook Getting Started To get started with Content Modeling, please visit the Content Modeling Page. Code Samples Here are some code samples of common data structures to help you get started. Array of strings An array of strings. Definition: "prop1": { "type": "array", "items": { "type": "string" } } Form: "prop1": { "type": "array", "items": { "type": "text" } } An Object An object with two properties. Definition: "articleAvailability

Score: 1.6152534

Gitana / 4.0 / Developers / Cookbooks / Content Modeling Cookbook

Content Modeling Cookbook Getting Started To get started with Content Modeling, please visit the Content Modeling Page. Code Samples Here are some code samples of common data structures to help you get started. Array of strings An array of strings. Definition: "prop1": { "type": "array", "items": { "type": "string" } } Form: "prop1": { "type": "array", "items": { "type": "text" } } An Object An object with two properties. Definition: "articleAvailability

Score: 1.6152534

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

dataview-subcontext [ { "evaluator": "context-dataview", "config": { "dataview-subcontext": { "items": [ { "key": "dataview", "title": "Data View", "header": true, "order": 1000, "items": [ { "key": "dataview/view", "title": "View", "uri": "#/projects/{projectId}/dataviews/{reportId}", "order": 100 },

Score: 1.6126647

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

dataview-subcontext [ { "evaluator": "context-dataview", "config": { "dataview-subcontext": { "items": [ { "key": "dataview", "title": "Data View", "header": true, "order": 1000, "items": [ { "key": "dataview/view", "title": "View", "uri": "#/projects/{projectId}/dataviews/{reportId}", "order": 100 },

Score: 1.6126647

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki

Score: 1.6089243

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki

Score: 1.6089243

Cloud Content Management - Gitana

Cloud Content Management - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhan

Score: 1.6046093

Gitana / 3.2 / Guide / Guide / Content Modeling / Default Paths

Default Paths Your content types define schemas that Cloud CMS uses to render intuitive forms for content entry. In addition, content types let you configure persistence paths so that JSON documents created using these forms are automatically saved in a directory structure that you intend. Paths support templated variables so that the path can be dynamic. It can depend on the values having been entered. For example, let's suppose I have the content type for an article, like this: { "title":

Score: 1.5728208

Gitana / 4.0 / Data Engine / Content Models / Default Paths

Default Paths Your content types define schemas that Cloud CMS uses to render intuitive forms for content entry. In addition, content types let you configure persistence paths so that JSON documents created using these forms are automatically saved in a directory structure that you intend. Paths support templated variables so that the path can be dynamic. It can depend on the values having been entered. For example, let's suppose I have the content type for an article, like this: { "title":

Score: 1.5728208

Gitana / 4.0 / Forms / API / Events

Events Alpaca allows you to bind event handlers to containers and individual fields that are triggered either directly or via propagation. Event handlers can be registered in the following ways: Configuration driven by specifying functions within Alpaca options Using the postRender method and calling on() for individual fields By extending Alpaca Field implementation classes This document covers how to set these up. Event Types In general, event handlers are invoked with the this reference set t

Score: 1.5722282

Gitana / 4.0 / Forms / Fields / Overview

Fields Further Reading Address Field Any Field Array Field Checkbox Field Chooser Field CKEditor Field Color Field Color Picker Field Country Field Currency Field Date Field Date Time Field Editor Field Email Field File Field Grid Field Hidden Field Image Field Integer Field IPv4 Field JSON Field Lower Case Field Map Field Markdown Editor Field Number Field Object Field Option Tree Field Password Field Personal Name Field Phone Field Pick A Color Field Radio Field Search Field Select Field State

Score: 1.5689595

Setup a Next.JS Static Site using Cloud CMS

The web application ecosystem has improved leaps and bounds over the years, and its never been easier to make high performance static/hybrid sites quickly and using good development practices. And its just as easy to get these sites going using Cloud CMS as a datasource! Below you'll find a quick guide to get you started using Next.JS with Cloud CMS to setup a simple bookstore website, and some highlights from the code. Getting Started First, you'll need to have a Cloud CMS account and Sample pr

Score: 1.5660546

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

Gitana / 4.0 / Forms / Fields / Grid Field

Grid Field The grid field. Properties Title Grid Description Renders array items into a grid Field Type grid Base Field Type array Schema Property Type Default Description items object Schema for array items. maxItems number Maximum number of items. minItems number Minimum number of items. uniqueItems boolean Item values should be unique if true. Options Property Type Default Description animate boolean true Up and down transitions will be animated collapsed boolean Field set is initially collap

Score: 1.5521336

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

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

Gitana / 3.2 / Guide / Guide / Features / Filename

Filename QName: f:filename Allows for nodes to retain a display-friendly and file-system compatible name for use in containment-based navigation systems such as WebDAV, FTP or the Cloud CMS document library. Nodes that are tagged with this feature can either deterministically specify their preferred filename or have one calculated for them from the node's title or _doc fields. Filenames may not contain the following special characters: .:_<>?&@!$%^()-+=\. If these characters are included, they w

Score: 1.5195417

Gitana / 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

How to Start a Workflow Note: 1. A Workflow model is defined at Platform level and is available within all projects 2. See workflow video: https://gitana.io/resources/introduction-to-workflow.html Example There are a number ways to start a workflow. Here is just one: open a document Click 'Workflows' and then ‘+Start Workflow’ This will bring up the Start Workflow Form. Complete the fields in the form. Notes: In our example, the Adhoc Workflow, you will need another person/member in the project

Score: 1.5195417

Gitana / 4.0 / Data Engine / Aspects / Filename

Filename QName: f:filename Allows for nodes to retain a display-friendly and file-system compatible name for use in containment-based navigation systems such as WebDAV, FTP or the Cloud CMS document library. Nodes that are tagged with this feature can either deterministically specify their preferred filename or have one calculated for them from the node's title or _doc fields. Filenames may not contain the following special characters: .:_<>?&@!$%^()-+=\. If these characters are included, they w

Score: 1.5195417

Gitana / 4.0 / User Interface / Workflow / How to Start a Workflow

How to Start a Workflow Note: 1. A Workflow model is defined at Platform level and is available within all projects 2. See workflow video: https://gitana.io/resources/introduction-to-workflow.html Example There are a number ways to start a workflow. Here is just one: open a document Click 'Workflows' and then ‘+Start Workflow’ This will bring up the Start Workflow Form. Complete the fields in the form. Notes: In our example, the Adhoc Workflow, you will need another person/member in the project

Score: 1.5195417

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

Configure Search You can configure the project search page to show different filter controls on the left hand side by adding some properties to your project JSON descriptor. These controls ultimately feed into a Cloud CMS node API find call that has the following structure: { "query": ... query block into MongoDB, "search": ... search block into Elastic Search } The following customization block can be added to your project's JSON descriptor: { ..., "search": { "showContentTypes"

Score: 1.4828594

Gitana / 4.0 / User Interface / Projects / Configure Search

Configure Search You can configure the project search page to show different filter controls on the left hand side by adding some properties to your project JSON descriptor. These controls ultimately feed into a Cloud CMS node API find call that has the following structure: { "query": ... query block into MongoDB, "search": ... search block into Elastic Search } The following customization block can be added to your project's JSON descriptor: { ..., "search": { "showContentTypes"

Score: 1.4828594