Found 51 results for "content-models references"

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

Gitana / 4.0 / Data Engine / Content Models / References

References References provide a way for you to link two definitions together so as to reuse one of the definitions in the other. It gives you a way to centrally define something and then have that something's schema get reused in other definitions in your content model. For example, suppose you have an my:author definition that looks like this: { "type": "object", "properties": { "firstName": { "type": "string", "title": "First Name" }, "la

Score: 26.46922

Gitana / 3.2 / Guide / Guide / Content Modeling / References

References References provide a way for you to link two definitions together so as to reuse one of the definitions in the other. It gives you a way to centrally define something and then have that something's schema get reused in other definitions in your content model. For example, suppose you have an my:author definition that looks like this: { "type": "object", "properties": { "firstName": { "type": "string", "title": "First Name" }, "la

Score: 14.692333

Gitana / 3.2 / Guide / Guide / Forms / References

References Forms may use a $ref variable to pull in or include the configuration of another Cloud CMS form (or sub-section of a form). This capability is designed to be compatible with the use of $ref within JSON schema for pulling in alternate schemas or definitions. $ref within schemas Cloud CMS allows you to use the $ref variable within your schemas or definitions to pull in JSON schema blocks from other definitions on the same branch. This is typically done using a QName loader and generally

Score: 9.123172

Gitana / 4.0 / Forms / CMS / References

References Forms may use a $ref variable to pull in or include the configuration of another Cloud CMS form (or sub-section of a form). This capability is designed to be compatible with the use of $ref within JSON schema for pulling in alternate schemas or definitions. $ref within schemas Cloud CMS allows you to use the $ref variable within your schemas or definitions to pull in JSON schema blocks from other definitions on the same branch. This is typically done using a QName loader and generally

Score: 9.123172

Gitana / 4.0 / Forms / API / References

References This page shows examples of using JSON schema $ref markup to reference definitions and other structures within your JSON schema definition to generate more complex and nested schema documents. The $ref convention used by Alpaca builds on top of JSON schema and allows for the $ref value to identify a URI to a remote resource. It also allows you to point to JSON structures within the current document, enabling re-use. Alpaca extends $ref by allowing for additional loaders such as a dict

Score: 8.732449

Gitana / 4.0 / Forms / API / Recursive References

Recursive References Alpaca tracks references when looking up schema and options information so as to avoid circular loops. A circular loop happens when a child schema points back to a parent schema. If the reference is a hard reference (meaning that Alpaca must resolve a schema before it can proceed with rendering), then process of resolving the total document schema will never complete. One example of a circular reference might be a box object with a property called contains. The contains prop

Score: 7.8556447

Gitana / 4.0 / Forms / API / Serialization

Serialization Serialization is the process of taking the data contained in a form and converting it into JSON or some other format so that you can transport it. Alpaca serializes data for you automatically, taking into account references, nested structures, types and more. By default, Alpaca serializes into JSON that is compatible with the underlying JSON schema model. Simple Example Here is a really simple form that is loaded from JSON and then serialized back out when you click "Serialize". {%

Score: 2.9665315

Gitana / 4.0 / Forms / API / Overview

API Further Reading Callbacks Conditional Dependencies Connectors Cookbook Custom Fields Data Sources Dependencies Events Forms Functions Internationalization Layouts Lookups Observables Ordering Recursive References References Serialization Templates Usage Validation Views Wizards

Score: 2.9528284

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows

Sample Workflows Here we provide a collection of sample workflow models that you can use as references. Please look to these as you seek to build out your own custom models. Ad hoc Approval Ad hoc Approval with Email Template Custom Form Email Notification Events Example Pooled Task Simple Publish Simple Unpublish

Score: 2.474268

Gitana / 4.0 / Developers / API / Resources / accessPolicy / List the assigned targets

List the assigned targets Finds all of the resources that are assigned targets of this access policy. The targets are returned as references which identify resources that are bestowed the grants and revokes indicated by the policy. The targets are generally Users, Groups or Teams. This method supports pagination.

Score: 2.474268

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows

Sample Workflows Here we provide a collection of sample workflow models that you can use as references. Please look to these as you seek to build out your own custom models. Ad hoc Approval Ad hoc Approval with Email Template Custom Form Email Notification Events Example Pooled Task Simple Publish Simple Unpublish

Score: 2.474268

Gitana / 3.2 / Guide / Guide / Features / Inline Links

Inline Links QName: f:inline-links Adds support for automatic text parsing and discovery and tracking of linked references within text-based markup (referred to here as "inline links"). When this feature is present on a node, any persistence operations (such as create or update) will run some additional logic over your text fields. If text is discovered, it is potentially parsed and the discovered contents of the text are inspected for inline links. If your text fields contain HTML, the HTML is

Score: 2.4681602

Gitana / 4.0 / Data Engine / Aspects / Inline Links

Inline Links QName: f:inline-links Adds support for automatic text parsing and discovery and tracking of linked references within text-based markup (referred to here as "inline links"). When this feature is present on a node, any persistence operations (such as create or update) will run some additional logic over your text fields. If text is discovered, it is potentially parsed and the discovered contents of the text are inspected for inline links. If your text fields contain HTML, the HTML is

Score: 2.4681602

Gitana / 4.0 / Developers / Frameworks / React

React Guide and References for connectivity to Cloud CMS Accessing your Cloud CMS content from a React app is a simple process. Below you will find steps and examples for how to get connected and get started building. null null Source Code and Setup The code for this example is available as part of the Gitana SDK, which contains usages of Cloud CMS with many different languages and frameworks. To download, run git clone https://github.com/gitana/sdk.git Navigate to the react/sample directory Pas

Score: 2.2586107

Gitana / 4.0 / Developers / Frameworks / Vue.js

Vue.js Guide and References for connectivity to Cloud CMS Accessing your Cloud CMS content from a Vue app is a simple process. Below you will find steps and examples for how to get connected and get started building. null null Source Code and Setup The code for this example is available as part of the Gitana SDK, which contains usages of Cloud CMS with many different languages and frameworks. To download, run git clone https://github.com/gitana/sdk.git Navigate to the vuejs/sample directory Past

Score: 2.2586107

Gitana / 4.0 / Developers / Frameworks / Postman

Postman Guide and References for connectivity to Cloud CMS Connecting to Cloud CMS If you want to test out the Cloud CMS API using Postman or another HTTP client, you'll first have to obtain an authentication token First, ensure you have API Keys configured for your project (this is done by default for the sample project). You can find these by going to Manage Project and clicking API Keys in the left hand menu. Next, we will request the token. In Postman, use the 'Basic Auth' type under Authori

Score: 2.0825925

Gitana / 4.0 / Developers / Frameworks / cURL

cURL Guide and References for connectivity to Cloud CMS Connecting to Cloud CMS From a command prompt, the curl command can be used to execute API calls to Cloud CMS. Connecting to the Cloud CMS API requires API Keys from your Cloud CMS project. This is done by default for the sample project. You can find these by going to Manage Project and clicking API Keys in the left hand menu. Several examples of using curl are available in our Gitana SDK For example, reading a node can be done with the fol

Score: 2.0044856

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 1.9675887

Gitana / 3.2 / Guide / Guide / Reports

Reports All of the objects that you place into Cloud CMS can be operated against to produce exports that consist of consolidated or reported information. You can use this capability to generate reports in CSV (comma-separated value) format as well as merged PDFs and ZIP archives. Exports are generated from collections of objects. These objects might be collected by hand or they might consist of results sets from a document list, search page or report record set. The Cloud CMS user interface prov

Score: 1.9373703

Gitana / 4.0 / Data Engine / Nodes / Reports

Reports All of the objects that you place into Cloud CMS can be operated against to produce exports that consist of consolidated or reported information. You can use this capability to generate reports in CSV (comma-separated value) format as well as merged PDFs and ZIP archives. Exports are generated from collections of objects. These objects might be collected by hand or they might consist of results sets from a document list, search page or report record set. The Cloud CMS user interface prov

Score: 1.9373703

Gitana / 3.2 / Guide / Guide / Forms

Forms Cloud CMS automatically generates and displays mobile-friendly forms using the Alpaca Javascript / HTML5 forms engine. The Alpaca Forms Engine was created by Cloud CMS and is available as an open source project. In addition to the standard library of 40+ controls provided by Alpacajs, Cloud CMS provides support for several additional controls that run within the Cloud CMS user interface. Schemas and Forms Cloud CMS separates the concept of a schema from a form. A schema (or definition) des

Score: 1.7430028

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

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

Gitana / 4.0 / Forms / CMS / Overview

Forms Cloud CMS automatically generates and displays mobile-friendly forms using the Alpaca Javascript / HTML5 forms engine. The Alpaca Forms Engine was created by Cloud CMS and is available as an open source project. In addition to the standard library of 40+ controls provided by Alpacajs, Cloud CMS provides support for several additional controls that run within the Cloud CMS user interface. Schemas and Forms Cloud CMS separates the concept of a schema from a form. A schema (or definition) des

Score: 1.7430028

Advanced Content Modeling options (example)

Question. If I have the following collections: Categories Products Product_Description_Schemas Each Product is linked to a Category. Each Category is linked to a Product_Description_Schema. The outcome I want to accomplish is that the description schema for Product X I am entering, is defined by the Category it is linked to ( which in turn is defined by the Product_Description_Schema that the Category is linked to ). e.g. Product = Hilton Hotel London, Category = Hotel, Product_Description_Schem

Score: 1.7430028