Skip to content

Added page listing node types. #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions docs/src/content/features/content-types.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Content types

A LocalGov Drupal site will typically have a number of different [content types](/content/#drupal-terminology), each suited to a particular purpose.

This page gives an overview of these different types. Note that not all content types may be available on your site, depending on which LocalGov Drupal modules have been installed.

## Directory channel

A page where users will be presented with a searchable or filterable list of directory items.

Directory items can be directory pages, directory organisations, directory venues, or custom content types.

See [Directories](/content/features/directories.md) for more detail.

## Directory organisation

An organisation to show in a directory, e.g. a library or a school. Either as first class directory entry, or used for Open Referral directory entries.

## Directory venue

A venue with a location to show in a directory, e.g. a sports facility or a park.

## Event

An event to appear in the events listing.

## Service landing page

The top level page for a service.

See [Services](/content/features/services.md) for more detail.

## Service page

The basic page that can be placed in a service, and on a Service Sub-landing Page.

## Service status

Shows updates about the status of a service.

## Service sub-landing page

Shows detail and links to specific pages within a service.

## Subsite overview

The landing page for a subsite.

See [Subsites](/content/features/subsites.md) for more detail.

## Subsite page

A child page in a subsite. This needs a 'Subsite overview' that it refers to.

## Step by step overview

The main page for a step-by-step process.

See [Step by step](/content/features/step-by-step.md) for more detail.

## Step by step page

A single step in a step-by-step process. This needs a 'Step by step overview' content item that it refers to.

## Guide overview

The main page for a collection of connected pages, where there's no set process to be followed. Links on each guide page allow the user to move through the guide.

See [Guide](/content/features/guide.md) for more detail.

## Guide page

A single page in a guide. This needs a 'Guide overview' content item that it refers to.
3 changes: 3 additions & 0 deletions docs/src/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ We've put together a series of How-to videos which are here in the documentation

Descriptions of the [features of LocalGov Drupal](https://docs.localgovdrupal.org/content/features/) that are useful for content editors and content designers, with guidance on what the feature is designed for, and how it was intended to be used.

## Content types

An overview of the [different content types provided by LocalGov Drupal](/content/features/content-types.md).

## Patterns and Components

Expand Down