Found 249 results for "images quickstart folder"

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

Gitana / 4.0 / Developers / User Interface Customization / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 2.0624573

Gitana / 3.2 / Guide / Guide / Features / Container

Container QName: f:container Makes a node as a container. In Cloud CMS, all nodes are essentially equivalent. There is no assumed containment model - in other words, Cloud CMS does not assume a folder structure or any kind of graph that you must adhere to. You can use associations to model any kind of relationship you would like. For example, you might have nodes that maintain only a kind of "linked" relationship to do things like link together related items for a product catalog. Another exampl

Score: 2.0364113

Gitana / 4.0 / Data Engine / Aspects / Container

Container QName: f:container Makes a node as a container. In Cloud CMS, all nodes are essentially equivalent. There is no assumed containment model - in other words, Cloud CMS does not assume a folder structure or any kind of graph that you must adhere to. You can use associations to model any kind of relationship you would like. For example, you might have nodes that maintain only a kind of "linked" relationship to do things like link together related items for a product catalog. Another exampl

Score: 2.0364113

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-selected-actions

documents-list-selected-actions [ { "config": { "documents-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ] } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "documents-list-selected-actions": [ { "action": "delete_documents", "allowPermission": [ "delete" ]

Score: 1.9926633

Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-selected-actions

documents-list-selected-actions [ { "config": { "documents-list-selected-actions": [ { "action": "deploy-nodes", "allowPermission": [ "deploy", "undeploy" ] } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "documents-list-selected-actions": [ { "action": "delete_documents", "allowPermission": [ "delete" ]

Score: 1.9926633

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-buttons

documents-list-buttons [ { "evaluator": "document-is-file", "condition": true, "config": { "documents-list-buttons": [] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "documents-list-buttons": [ { "key": "new", "title": "Create...", "iconClass": "fa fa-magic", "align": "left", "allowPermission": [ "read" ], "buttons": [ {

Score: 1.9743956

Gitana / 4.0 / Developers / User Interface Customization / Contexts / documents-list-buttons

documents-list-buttons [ { "evaluator": "document-is-file", "condition": true, "config": { "documents-list-buttons": [] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "documents-list-buttons": [ { "key": "new", "title": "Create...", "iconClass": "fa fa-magic", "align": "left", "allowPermission": [ "read" ], "buttons": [ {

Score: 1.9743956

Experimenting with blogs

Today we’re switching over to Tumblr for our blogging capabilities. You might ask a couple of questions - one of which is “why tumblr?” and the other is “why would you use an external CMS for your blog?” These are both excellent questions. They’re both pretty easy to answer as well. With respect to blog software, our feeling is that it’s very much a commodity at this point. When this stuff came out early last decade, it was novel and a wide diversity of features were to be found from one product

Score: 1.9685851

Programmatically create content in a folder?

The Cloud CMS content API lets you work with JSON to create any kind of content you'd like. It supports any JSON structure you desire and also supports a number of special properties that you can use to make life easier for you. These special properties are: _rootNodeId - The mount node ID of the root against which relatives path are computed. By default, this is the root of the repository. In general, it isn't necessary to use this property unless you have multiple mount nodes configured. And m

Score: 1.9610479

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

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

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / content-instances-list-item-actions

content-instances-list-item-actions [ { "evaluator": "document-is-favorite", "config": { "content-instances-list-item-actions": [ { "key": "favorite", "iconClass": "fa fa-star", "action": "remove-from-favorites", "order": 9000 } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "content-instances-list-item-actions": [ { "key": "folder", "ico

Score: 1.9388473

Gitana / 4.0 / Developers / User Interface Customization / Contexts / content-instances-list-item-actions

content-instances-list-item-actions [ { "evaluator": "document-is-favorite", "config": { "content-instances-list-item-actions": [ { "key": "favorite", "iconClass": "fa fa-star", "action": "remove-from-favorites", "order": 9000 } ] } }, { "evaluator": "document-is-folder", "condition": true, "config": { "content-instances-list-item-actions": [ { "key": "folder", "ico

Score: 1.9388473

Gitana / 3.2 / Guide / Guide / Features / Knowledge Sharing

Knowledge Sharing QName: f:knowledge-sharing Used to tag an association as to indicate that it "shares knowledge" between a source node and a target node. The source node is a node is a "knowledge space" and the target node is a "knowledge recipient". An association marked with f:sharing-knowledge will be considered to be an association that knowledge properties may propagate down when changes are made to a knowledge space node. By default, the a:child association which is used to mark relations

Score: 1.9329476

Gitana / 4.0 / Data Engine / Aspects / Knowledge Sharing

Knowledge Sharing QName: f:knowledge-sharing Used to tag an association as to indicate that it "shares knowledge" between a source node and a target node. The source node is a node is a "knowledge space" and the target node is a "knowledge recipient". An association marked with f:sharing-knowledge will be considered to be an association that knowledge properties may propagate down when changes are made to a knowledge space node. By default, the a:child association which is used to mark relations

Score: 1.9329476

Gitana / 3.2 / Guide / Guide / Features / Knowledge Space

Knowledge Space QName: f:knowledge-space Used to indicate that a node should behave as a Knowledge Space. A Knowledge Space has zero or more knowledge properties. A knowledge property is a regular old property on your JSON object that is special in that its value may propagate to other nodes automatically. A Knowledge Space is holds the "master value" for those knowledge properties. When those properties change, their new values are pushed to any other nodes that are sharing the knowledge from t

Score: 1.9241651

Gitana / 4.0 / Data Engine / Aspects / Knowledge Space

Knowledge Space QName: f:knowledge-space Used to indicate that a node should behave as a Knowledge Space. A Knowledge Space has zero or more knowledge properties. A knowledge property is a regular old property on your JSON object that is special in that its value may propagate to other nodes automatically. A Knowledge Space is holds the "master value" for those knowledge properties. When those properties change, their new values are pushed to any other nodes that are sharing the knowledge from t

Score: 1.9241651

Gitana / 3.2 / Guide / Guide / Transcription

Transcription This section describes features that are coming in 4.0 With Transcription in place, a content instance will automatically convert an audio source attachment to a text file that contains the transcription of the language detected in the source. The textual transcript result will contain all of the identified spoken words in the audio file. It will be saved onto the original node as text/plain attachment with the name transcription. Any audio content that you place into Cloud CMS wil

Score: 1.9191096

Gitana / 4.0 / Data Engine / Services / Transcription

Transcription This section describes features that are coming in 4.0 With Transcription in place, a content instance will automatically convert an audio source attachment to a text file that contains the transcription of the language detected in the source. The textual transcript result will contain all of the identified spoken words in the audio file. It will be saved onto the original node as text/plain attachment with the name transcription. Any audio content that you place into Cloud CMS wil

Score: 1.9191096

Gitana / 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

CVE-2022-22965 Cloud CMS API Container Cloud CMS API docker containers version 3.2.75 and prior ship with a version of the Spring Framework that has been identified to contain a vulnerability. This vulnerability is identified as CVE-2022-22965 and the vulnerability report can be found here: https://tanzu.vmware.com/security/cve-2022-22965 We have assessed this vulnerability and recommend that our customers either upgrade to Cloud CMS 3.2.76 or apply the workaround recommended in this docoument.

Score: 1.9054914

Quick Start - Gitana

Quick Start - 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 enhance and curate

Score: 1.8999858

Gitana / 3.2 / Guide / Guide / Narration

Narration This section describes features that are coming in 4.0 With Narration in place, a content instance will automatically have the textual value of a source attachment or a source property sent to an audio processing service to be narrated. The narrated result converts the textual source to audio using text-to-speech. The resulting narration audio file stored back onto the content instance. Any content that you place into Cloud CMS will automatically detect the availability or modification

Score: 1.8988059

Gitana / 4.0 / Data Engine / Services / Narration

Narration This section describes features that are coming in 4.0 With Narration in place, a content instance will automatically have the textual value of a source attachment or a source property sent to an audio processing service to be narrated. The narrated result converts the textual source to audio using text-to-speech. The resulting narration audio file stored back onto the content instance. Any content that you place into Cloud CMS will automatically detect the availability or modification

Score: 1.8988059

Gitana / 3.2 / Guide / Guide / Features / Previewable

Previewable QName: f:previewable Automates the creation and updating of "preview" attachments for one or more attachments on this node. Preview attachments are secondary binary attachments that are the result of one or more transformation operations to the original attachment. As an example, you might apply the f:previewable feature to a node that holds a PDF. The preview configuration lets you split the PDF into multiple pages and store snapshots of those pages as image/jpeg attachments on the

Score: 1.8923382

Gitana / 4.0 / Data Engine / Aspects / Previewable

Previewable QName: f:previewable Automates the creation and updating of "preview" attachments for one or more attachments on this node. Preview attachments are secondary binary attachments that are the result of one or more transformation operations to the original attachment. As an example, you might apply the f:previewable feature to a node that holds a PDF. The preview configuration lets you split the PDF into multiple pages and store snapshots of those pages as image/jpeg attachments on the

Score: 1.8923382