Skip to content

Language guide

UmbraScript statements read like short instructions. Each statement combines an action, a resource, and the information needed to identify or change that resource.

UmbraScript
publish content below "/news/"

In this example:

  • publish is the action.
  • content is the resource.
  • below "/news/" selects every descendant of the News item.

Core concepts

Use the command reference for the exact grammar and behavior of each statement.