Crafter CMS Logo in flat white
  • Crafter CMS Logo in flat white
  • Crafter CMS Site
Table of Contents
  • Getting Started
  • Content Authors
  • Developers
  • Site Administrators
    • Navigating Site Config
      • Content Types
      • Configuration
      • Audit
      • Workflow States
      • Log Console
      • Publishing
      • Remote Repositories
      • GraphiQL
    • Configuration
    • Viewing Logs Through Crafter Studio
  • System Administrators
  • Security
  • Release Notes
  • Roadmap
  • Contribute
  • Source Code
  • Support
  • FAQ
  • Acknowledgements
  • Docs
  • Site Administrators
  • Navigating Site Config
  • Edit on GitHub
  • Document Up to Date

Navigating Site Config¶

In this section, we discuss the available modules in the siteConfig Sidebar from any of the available out-of-the-box blueprints. The modules available in the Site Config Sidebar can be configured by following Site Config Tools

To get to siteConfig, click on Sidebar at the top left of your browser, if it’s not yet open.

Site Admin - Open Sidebar

Once the Sidebar is open, click on siteConfig

Site Admin - Click on Site Config

Here are the modules you can access from siteConfig

Site Admin - Site Config Modules

Content Types¶

Content Types contains the following:

  • Model: The content pieces that will be captured from the content authors for the page or component

  • View: The view template that will render the content, typically to HTML markup

  • Controller: The controller that handles the incoming request for the page or component

The Content Types module under Site Config allows the user to view existing content types and to create new content types

Site Admin - Site Config Content Types

For more information on content modeling and content types, see Content Modeling in the Developer section

Configuration¶

Configuration allows the user to configure the different settings in Crafter CMS for the site.

Site Admin - Site Config Configuration

For more information on what settings can be configured, see Configuration

Audit¶

Audit logs displays the date, time, user and action performed to content in the site:

Site Admin - Site Config Audit

See Viewing Logs Through Crafter Studio for some more information on viewing logs.

Workflow States¶

Workflow States allows the user to manually set the workflow state of every file in the site.

Site Admin - Site Config Workflow States

For more details on manually setting workflow states, see Setting Workflow States

Log Console¶

The Log Console allows the user to view messages depending on what log levels and what Java packages have been set for tracking.

Site Admin - Site Config Log Console

See Log Console for some more information on viewing logs.

Publishing¶

The Publishing module under Site Config allows the user to view the publishing status, perform a bulk publish or to publish content using commit ID(s)

Site Admin - Site Config Publishing

For more information on Publishing, see Publishing and Status

Remote Repositories¶

The Remote Repositories under Site Config allows the user to view remote repositories linked to the site and options to pull and push to the listed remote repositories. It also allows the user to add a remote repository to the site.

Site Admin - Site Config Remote Repositories

For more information on Remote Repositories under siteConfig, see Remote Repositories

GraphiQL¶

Crafter CMS provides built-in support for GraphQL to query content in any site without writing additional code. GraphiQL is a simple GraphQL client that you can use in Crafter Studio to run GraphQL queries and explore the schema documentation for a site without the need of any other tool.

Site Admin - Site Config GraohiQL

For more information on Studio support for GraphQL, see Working with GraphQL

Next Previous