Found 282 results for "find"

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

Gitana / 3.2 / Guide / Guide / API / Data Types / Node

Node Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration The node configuration contains system and custom properties. You can write your own properties as you see fit. However, system properties sho

Score: 3.8054338

Gitana / 4.0 / Data Engine / API / Data Types / Node

Node Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration The node configuration contains system and custom properties. You can write your own properties as you see fit. However, system properties sho

Score: 3.8054338

Gitana / 3.2 / Guide / Guide / Docker / Container Services

Container Services In this chapter, we provide examples and guidance on how to instantiate the Gitana platform within a variety of container services. SDK For each of the frameworks listed below, you will find samples configuration files within the Gitana SDK. Gitana SDK - Container Framework Examples for Gitana 3.2 Frameworks Amazon ECS Kubernetes

Score: 3.8030033

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Adapters / Session

Session The session adapter checks the session to find user profile information. Configuration Here are all of the properties that may be configured: { "adapters": { "{adapterId}": { "type": "session" } } } The value {adapterId} can be any unique ID across the adapters. This is the ID that you reference from within your strategy configuration. Usage To grab authenticated user profile from the session, you might do: { "adapters": { "{adapterId}": {

Score: 3.7487698

Gitana / 4.0 / Developers / Application Server / Authentication / Adapters / Session

Session The session adapter checks the session to find user profile information. Configuration Here are all of the properties that may be configured: { "adapters": { "{adapterId}": { "type": "session" } } } The value {adapterId} can be any unique ID across the adapters. This is the ID that you reference from within your strategy configuration. Usage To grab authenticated user profile from the session, you might do: { "adapters": { "{adapterId}": {

Score: 3.7487698

Gitana / 3.2 / Guide / Guide / User Interface / Create/Edit Content

Create/Edit Content In a Project you can find your content a number of ways: Content (left Nav) - Content listed under Content Types Folders (left Nav) - Folder/File view of the content Search (left Nav for a detailed search or top right for a keyword search) Viewing a Content item With any of the options above, to find or list the content, click on the 'title' of the content item to open the 'Document Overview': Note: your tenant may be configured such that the options available in the left nav

Score: 3.7355895

Gitana / 4.0 / Forms / API / Callbacks

Callbacks Alpaca provides several places where you can hook in callbacks. Events - events are raised when the user interacts with fields. You can register callbacks to handle these events, adjust field state or other operations. Observables - each field maintains an observable that you can subscribe to. Subscribing to an observable means that you're listening for changes to its value. You can also use observables to interrogate and find values of fields within namespaces. This lets you find valu

Score: 3.7355895

Gitana / 4.0 / User Interface / User Interface / Create/Edit Content

Create/Edit Content In a Project you can find your content a number of ways: Content (left Nav) - Content listed under Content Types Folders (left Nav) - Folder/File view of the content Search (left Nav for a detailed search or top right for a keyword search) Viewing a Content item With any of the options above, to find or list the content, click on the 'title' of the content item to open the 'Document Overview': Note: your tenant may be configured such that the options available in the left nav

Score: 3.7355895

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

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

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

How do I search for nested content?

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 3.6525416

Gitana / 4.0 / Developers / Frameworks / Next.js

Next.js Generate static sites with Cloud CMS Building a static or hybrid-server site with Cloud CMS content is simple with Next JS. Below you will find tools and examples for how to get started. 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 nextjs/sample directory Follow the instructions i

Score: 3.644814

Gitana / 4.0 / Developers / Frameworks / SvelteKit

SvelteKit Generate static and hybrid sites with SvelteKit Building a static or hybrid site with Cloud CMS content is simple with SvelteKit. Below you will find tools and examples for how to get started. 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 sveltekit/sample directory Follow the ins

Score: 3.644814

How to find the Repository ID for a Project?

There are a few ways to get the repository ID for a project. The easiest way is: log in to your tenant go to your Project add "/stack" to the url The "/stack" suffix will show you the members of the stack. If you then click on "workbench 'content' repository", you'll see the ID for the repository in the URL. Another way is to click on a document in your project and then click on "View in API". The URL that comes up will have the repository ID in it as well.

Score: 3.5851626

Gitana / 3.2 / Guide / Guide / Security / Teams

Teams In addition to fine-grained, object-level security, Cloud CMS also offers simplified team-based security. Team-based security works provides an easier, sweeping way to manage security. By adding someone to a team, you describe broad stroke authorities that apply to all objects within a container. For example, you might create a "consumers" team for a Project. The "consumers" team grants the Consumer role. Once someone is added to that team, they will receive the Consumer role for everythin

Score: 3.4970522

Gitana / 3.2 / Guide / Guide / Docker / Configuration / Support

Support In this section, we provide best practices that should be considered when submitting support tickets for on-premise Cloud CMS installations. When submitting tickets to Cloud CMS, the objective should be to provide as much information as possible so that the ticket can be worked on as quickly as possible. Very often, tickets are submitted that do not have sufficient detail or information to either understand the problem or reproduce it. Tickets that include things like log files, database

Score: 3.4970522

Gitana / 4.0 / Data Engine / Security / Teams

Teams In addition to fine-grained, object-level security, Cloud CMS also offers simplified team-based security. Team-based security works provides an easier, sweeping way to manage security. By adding someone to a team, you describe broad stroke authorities that apply to all objects within a container. For example, you might create a "consumers" team for a Project. The "consumers" team grants the Consumer role. Once someone is added to that team, they will receive the Consumer role for everythin

Score: 3.4970522

Team-based security

In addition to fine-grained, object-level security, Cloud CMS also offers simplified team-based security. Team-based security works provides an easier, sweeping way to manage security. By adding someone to a team, you describe broad stroke authorities that apply to all objects within a container. For example, you might create a "consumers" team for a Project. The "consumers" team grants the Consumer role. Once someone is added to that team, they will receive the Consumer role for everything in a

Score: 3.4970522

Gitana / 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 Cookbook

JavaScript 2.0 Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript 2.0 Driver Page. This JavaScript driver, in contrast to the Gitana JavaScript 1.0 Driver, fully supports ECMAScript promises, which makes it easier to seamlessly integrate with your javascript apps. Connecting to Cloud CMS You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloud

Score: 3.4893951

Gitana / 4.0 / Developers / Cookbooks / JavaScript 2.0 Cookbook

JavaScript 2.0 Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript 2.0 Driver Page. This JavaScript driver, in contrast to the Gitana JavaScript 1.0 Driver, fully supports ECMAScript promises, which makes it easier to seamlessly integrate with your javascript apps. Connecting to Gitana You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloudcms

Score: 3.4893951

Gitana / 3.2 / Guide / Guide / User Interface / Favorites

Favorites Cloud CMS allows users to add documents to Favorites. Add to Favorites To add to favorites, click "Add to Favorites" under "Document Actions" in a Document Overview page. Remove from Favorites To remove from favorites, click "Remove from Favorites". Manage All Favorite Documents Navigate to "Manage Favorites" from your account drop-down menu and view all of your personal favorite documents. You can, for instance, remove selected items from Favorites (this action only removes the docume

Score: 3.471532

Gitana / 4.0 / Developers / Frameworks / AngularJS

AngularJS Accessing your Cloud CMS content from an Angular 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 Set Up 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 angular/sample directory Paste your gitana.json file here Run npm ins

Score: 3.471532

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

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