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

Crafter CMS 2.5.x Looking for client user agent

I need to change the rendering of a page depending if it is a desktop client or a mobile device. Is there any way to get the user agent in a page controller so I set a flag and use it in the template.
1
vote
0 answers

Crafter CMS 2.5.x Looking for user who trigger a publish to live

I'm currently working on a custom post processor for the crafter deployer that takes some information from the files to publish to the live server and make an integration with an external system. The thing I missing is the information (username and…
CL1MB3R
  • 145
  • 9
1
vote
0 answers

CrafterCMS 3.0 - Getting error while trying to access delivery node

I am getting following error while trying to run and access delivery node as per https://github.com/craftercms/craftercms#321-build-start-and-stop-a-specific-environment org.craftercms.core.exception.StoreException: Root folder…
Paras
  • 804
  • 1
  • 10
  • 25
1
vote
1 answer

How to integrate Crafter CMS inline editing with Angular 2?

I have followed the tutorial in this blog successfully and was wondering if I can extend it further by enabling inline editing of Crafter CMS in an Angular 2 project. My first attempt was to include this code <@studio.iceAttr iceGroup="author"/> in…
ayago
  • 21
  • 4
1
vote
1 answer

Need to automate an approve/publish in Crafter CMS

I'd like to automate an Approve/Publish in Crafter 2.5.2. Basically, I've got some approved static content that gets dropped into the repository by a separate service and I'd like to push that out to my publishing endpoints for a particular site. I…
Jeff R.
  • 188
  • 7
1
vote
1 answer

How can I authenticate user to Crafter Studio programmatically?

I'm trying write a script to upload templates and assets directly without going through Studio's UI since I have multiple folders and files. Is there any way to import a folder structure in Crafter Studio 2.5.x like in 2.4.x? Also, what service can…
Jose Ross
  • 190
  • 4
0
votes
0 answers

CrafterCMS Asset Upload Error due to size

I am trying to upload an image of size 7 MB under static assets of Crafter Studio to AWS S3 bucket but get: "Upload Error". However, I can still upload images up to 2 MB size. Is there a size limit set somewhere in the configuration? Many thanks in…
DelMab
  • 43
  • 4
0
votes
1 answer

SyntaxError: Unexpected token 'export' when using CrafterCMS with typescript

I'm trying to create a crafterCMS project with typescript. I install the latest packages: "@craftercms/content": "^2.0.7", "@craftercms/experience-builder": "^1.0.0-rc.3", "@craftercms/ice": "^2.0.7", But when i run the project i get this…
Miguelii
  • 27
  • 7
0
votes
2 answers

i want to call the node/nest api in crafter cms

iam trying to call the nest/node api in crafter cms but it is throwing errors 1)This is my Groovy controller code import groovy.json.JsonSlurper def apiUrl = "http://localhost:3000/" def json = new URL(apiUrl).text //assuming it's json def object…
0
votes
1 answer

How to migrate wordpress DB to crafter CMS?

I have wordpress data dumb, and I want to migrate to crafter CMS. Don't know how to do that?
0
votes
1 answer

crafter-cms: how to create the form using crafter

I am new to crafter, I have use the empty blueprint .and then I have created a page .but i want to design the form .How we can use the element of form like input, radio button, dropdown list, also how to provide the action of the form ,also how to…
Vish Garad
  • 17
  • 6
0
votes
1 answer

Carfter:how to publish crafter site to react js

Hi team i am following the https://docs.craftercms.org/en/3.1/getting-started/your-first-website.html .so is it possible to publish this to react js . also we have use the existing blueprint .how we can create the site from scratch .
Vish Garad
  • 17
  • 6
0
votes
1 answer

Crafter cms: how to download zip file for windows

Hi team i am new to crafter cms .I am following the https://docs.craftercms.org/en/3.1/getting-started/quick-start-guide.html#installing-crafter-cms-from-archive-download I am using windows 10 .but in the http://craftercms.org/downloads there is no…
Vish Garad
  • 17
  • 6
0
votes
1 answer

CRAFTER: Is it possible to change the value of a specific attribute of a specific component?

I was wondering if there is a solution to only change the value of an attribute in a specific component using the Crafter Studio API or a groovy script. The only thing I have found is the method "Write…
Lana James
  • 77
  • 9
0
votes
1 answer

CrafterCMS: No suitable ClassLoader found for grab

I cloned a new site that was created in an older version (3.0.x) but there are errors in instantiating a bean from a constructor. I am not able to view or build the application context because of the error. Heres's the runtime exception: Caused by:…