1

On a groovy rest script, I want to trigger some changes to a group of pages (as returned by Crafter Search), so I start by getting

siteItemService.getSiteItem( pages[1].localId )

Now, I would like to change some fields and store them, but, how do I do both things in CrafterCMS?

efaj
  • 925
  • 1
  • 12
  • 23

1 Answers1

2

You can't make content changes using Crafter Engine, as it's a delivery system. For content changes, you'll need to use Crafter Studio and its workflow mechanics.

sumerz
  • 1,346
  • 7
  • 4