Skip to content

Commit a57a30c

Browse files
committed
Added page listing node types.
1 parent 55f3483 commit a57a30c

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Content types
2+
3+
A LocalGov Drupal site will typically have a number of different [content types](/content/#drupal-terminology), each suited to a particular purpose.
4+
5+
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.
6+
7+
## Directory channel
8+
9+
A page where users will be presented with a searchable or filterable list of directory items.
10+
11+
Directory items can be directory pages, directory organisations, directory venues, or custom content types.
12+
13+
See [Directories](/content/features/directories.md) for more detail.
14+
15+
## Directory organisation
16+
17+
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.
18+
19+
## Directory venue
20+
21+
A venue with a location to show in a directory, e.g. a sports facility or a park.
22+
23+
## Event
24+
25+
An event to appear in the events listing.
26+
27+
## Service landing page
28+
29+
The top level page for a service.
30+
31+
See [Services](/content/features/services.md) for more detail.
32+
33+
## Service page
34+
35+
The basic page that can be placed in a service, and on a Service Sub-landing Page.
36+
37+
## Service status
38+
39+
Shows updates about the status of a service.
40+
41+
## Service sub-landing page
42+
43+
Shows detail and links to specific pages within a service.
44+
45+
## Subsite overview
46+
47+
The landing page for a subsite.
48+
49+
See [Subsites](/content/features/subsites.md) for more detail.
50+
51+
## Subsite page
52+
53+
A child page in a subsite. This needs a 'Subsite overview' that it refers to.
54+
55+
## Step by step overview
56+
57+
The main page for a step-by-step process.
58+
59+
See [Step by step](/content/features/step-by-step.md) for more detail.
60+
61+
## Step by step page
62+
63+
A single step in a step-by-step process. This needs a 'Step by step overview' content item that it refers to.
64+
65+
## Guide overview
66+
67+
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.
68+
69+
See [Guide](/content/features/guide.md) for more detail.
70+
71+
## Guide page
72+
73+
A single page in a guide. This needs a 'Guide overview' content item that it refers to.

docs/src/content/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ We've put together a series of How-to videos which are here in the documentation
2121

2222
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.
2323

24+
## Content types
25+
26+
An overview of the [different content types provided by LocalGov Drupal](/content/features/content-types.md).
2427

2528
## Patterns and Components
2629

0 commit comments

Comments
 (0)