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
1
vote
1 answer

How can I use 'auto-filename' without 'internal-name' in Crafter?

When you have auto-filename as the content type’s "Component ID", I remember when creating a new instance from that type, the "internal-name" is auto populated with the generated uuid by default. That behavior seems to have been removed in Crafter…
Michael Chen
  • 631
  • 5
  • 12
1
vote
1 answer

CrafterCMS has no site configured after initial setup

I downloaded the tar.gz for authoring with profile and social and also without profile and social. With startup.sh http://localhost:8080/studio shows no site configured. Please configure the site you want to show or select a site on the authoring…
akudekar
  • 21
  • 4
1
vote
1 answer

Case insensitive search in Crafer CMS with elasticsearch?

I wanted to implement auto-completion with type head, following this documentation, I was able to achieve that. But the search was case sensitive. Following this documentation, it says, to enable case insensitive search I should select Tokenize for…
Javed
  • 5,904
  • 4
  • 46
  • 71
1
vote
1 answer

Dodge theme from certain NodeJS modules in ReactJS

I am writing a single page application using ReactJS and MaterialUI. Some of my components doesn't match MaterialUI docs. I found these components' styles are being updated by another NodeJS module (@craftercms/studio-ui) which is using same…
Howdy
  • 557
  • 7
  • 12
1
vote
1 answer

Preview not loading in crafter studio because of HTTP and HTTPS mixed content

where should I add settings to change the scheme to HTTPS from HTTP in crafter authoring configurations. Error in Chrome console Mixed Content: The page at 'https://example.com/studio/preview/#/?page=/&site=test1' was loaded over HTTPS, but…
Javed
  • 5,904
  • 4
  • 46
  • 71
1
vote
3 answers

CrafterCMS WebDAV configuration for delivery

In this documentation: https://docs.craftercms.org/en/3.1/developers/remote-assets.html#by-passing-remote-assets-in-delivery-for-webdav To avoid proxying the WebDav /remote-assets in Delivery ... It implies you can run Crafter Delivery with URLs…
Michael Chen
  • 631
  • 5
  • 12
1
vote
1 answer

Setup crafter cms studio for access via apache web server proxy and ajp connector

I need to setup crafter cms studio within the authoring part to be able to access from remote host (e.g. VPS). I'm using Tomcat ajp connector via Apache web server proxy. I've tried do it like adding the virtual host:
baltazarr
  • 11
  • 2
1
vote
1 answer

How to consume an API by creating a content model, and have a FreeMarker template generate HTML based on the model in Crafter CMS

I am able to get the xml returned by the below groovy script. However, how can I get the output within a Page? Can anyone help me how I can create a content model, create content items using that model, and have a FreeMarker template generate HTML…
1
vote
1 answer

Auth Fail Issue while creating a site

I am getting the following error while creating a site on my local org.craftercms.deployer.api.exceptions.DeployerException: Failed to clone Git remote repository…
Paras
  • 804
  • 1
  • 10
  • 25
1
vote
1 answer

CrafterCMS: application.properties location

Hi I am still new to Crafter and needs to connect to an external database in my project. I need the local.properties or application.properties file, just like in the Spring framework, but I can't seem to find it. Where is it located in Crafter?
1
vote
1 answer

Crafter CMS: retrieving data from a different page/content-type

Is it possible to retrieve data from a separate page? I only know how to use contentModel.VARIABLENAME in my ftl templates. For example, I am currently in Page A but the data I want to display is from Page B.
1
vote
1 answer

Configuring crafter-delivery profile

We need our active directory to manage the autentication from the site, is there a way to configure the crafter-delivery profile/security in a way like we can do in studio? Users added to the internal database after the user’s first successful login…
Daniel Faro
  • 327
  • 2
  • 12
1
vote
1 answer

Making dynamic content forms with checkbox

How do I make my content forms dynamic in CRAFTER CMS? I want my form to hide/unhide other form controls when a checkbox is checked. I also want to require certain fields (form controls) to be filled out when a checkbox is checked or not.
1
vote
1 answer

How does Crafter Delivery pull from Studio’s published local git repo remotely?

Referring to the 2nd diagram in this page: https://docs.craftercms.org/en/3.0/developers/architecture.html or https://docs.craftercms.org/en/3.0/_images/detailed.png specifically the arrow from Delivery to Authoring. Here I assume Deliver and…
Michael Chen
  • 631
  • 5
  • 12
1
vote
1 answer

Crafter Security for delivery

This online doc explains how to configure security (LDAP and SSO) for Studio: https://docs.craftercms.org/en/3.0/system-administrators/security/configure-studio-security.html I assume the functionalities are provided by the…
Michael Chen
  • 631
  • 5
  • 12