Questions tagged [crafter-cms]

A content management system from Crafter Software. Not to be confused with Craft CMS

Crafter CMS distinguishes itself by its modern architecture, in turn, this enables:

  • Truly Decoupled CMS (disconnected global delivery)
  • Dynamic / personalized delivery of every request at speed
  • API first CMS (content as a service)
  • Git-based CMS (allows for excellent developer cadence)
  • Share-nothing delivery architecture (extreme scale)
  • Front-end agnostic (bring your favorite UI framework or use as a headless CMS)
  • Equal support for all three CMS stakeholders: content authors, developers, and system administrators

More information can be found at: - http://craftersoftware.com/ - http://docs.craftercms.org/en/3.0

115 questions
2
votes
1 answer

Crafter CMS How can a field can be disabled/grayed out in edit mode?

In Crafter 2.5.x. Is there a way to have a dropdown to be selected just one and after selected go to read-only mode?
CL1MB3R
  • 145
  • 9
2
votes
1 answer

Where can I find documentation for Crafter Profile and Crafter Social

Where can I find documentation for Crafter Profile and Crafter Social for CMS version 2.5.x? I am looking at http://docs.craftercms.org/en/2.5/developers/projects/profile/index.html but there is not much information there
Paras
  • 804
  • 1
  • 10
  • 25
2
votes
2 answers

In CrafterCMS, what else is required to setup the workflow?

In CrafterCMS, I setup my local environment to enable the workflow by following these guides: Configure workflow notifications http://docs.craftercms.org/en/2.5/site-administrators/studio/configure-notifications.html?highlight=workflow Setup email…
2
votes
1 answer

CrafterCMS: connecting to MongoDB over SSL for Profile/Social

How do you configure Crafter Social and Profile to connect to MongoDB over SSL? On command line I use: mongo…
2
votes
1 answer

In CrafterCMS, RTE deletes some html tags without inner text

In CrafterCMS, in a content type, I have a field type RTE, If I use the source option and write following code:

Test

after update it and be back the code is…
kmarcos
  • 179
  • 6
2
votes
1 answer

CrafterCMS Create Site window blueprint dropdown is blank

I have downloaded craftercms and now following Getting Started guide. But I don't see any blueprints in the blueprints dropdown. How can I get and install blueprints?
Paras
  • 804
  • 1
  • 10
  • 25
1
vote
1 answer

SSO Login on Crafter CMS

i am crafter user anyway, i want to setting single sign on on my crafter using SAML configuration, I have seen Crafter documentation and follow every step-by-step. Specific related on Identity Provider (IDP) and Service Provider (SP), i encountered…
Carmen
  • 11
  • 1
1
vote
1 answer

Dragging fields in CrafterCMS Studio

I'm currently teaching myself how to use a headless CMS (CrafterCMS) with Next.js. I have the following simple content type in CrafterCMS studio (just a title and a text): And the respective code: export default async function TestPage() { …
1
vote
1 answer

Is it possible to pull and display data from an external database on Crafter CMS v3.1.4?

I am trying to figure out if there is a way to create an external database of images and configure my Crafter website to allow users to query this database and display the image or images if multiples are selected. There are thousands of them and…
Fisher
  • 13
  • 2
1
vote
1 answer

How to list all siteItem in a component folder in a ftl template?

In Crafter CMS, I have a list of components under a folder in "Components". So the structure is: /site/components/folder1/component1.xml /site/components/folder1/component2.xml ... So what I am trying to do is to list these components and display…
Lana James
  • 77
  • 9
1
vote
1 answer

display content-type(Strategy) fields value in the form of array in groovy

I have a snippets of groovy code (inside strategy.groovy file) as shown below in which I want to display the output in the form of desired array. The content-type Strategy (in crafter) has the following fields: Title English (title_en_t) Title…
flash
  • 1,455
  • 11
  • 61
  • 132
1
vote
1 answer

Navigation (Dropdown) in Crafter

Pretty new to Crafter CMS and so far its all good. I created a HTML/CSS3 Blueprint from the empty one in studio and need some assistance. I have managed to get everything working (Blog posts and all) but I cant seem to wrap my head around dropdown…
kyneticDude
  • 101
  • 1
  • 4
1
vote
2 answers

How do you delete a content type in Crafter Studio?

I am not seeing an obvious way to delete a content type in Crafter Studio. Do I have to do this by git commands in a shell?
Michael Chen
  • 631
  • 5
  • 12
1
vote
2 answers

Search by taxonomy in CrafterCMS

CrafterCMS editorial blueprint shows the use of taxonomy for content targeting. Using the article's categories_o field, I can assign 0 to 4 categories. The Elasticsearch index for that field looks like this: "categories_o" : { "item" :…
Michael Chen
  • 631
  • 5
  • 12
1
vote
1 answer

UI alternative for selecting taxonomies in Crafter Studio

The online document and blueprint demo of Crafter Studio shows using the checkbox-group control for author to select taxonomies. I want to repurpose this feature to support article tagging like Alfresco and Liferay. However, I am dealing with close…
Michael Chen
  • 631
  • 5
  • 12