Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 457c280

Browse files
committed
Update docs to refer to simpler base classes for fluent content, re #22
1 parent 2cedb15 commit 457c280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/page-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Here's a rough guide:
8383
| Static | Yes | No | `FluentContentsPage` | `FluentContentsPageAdmin` |
8484
| Static | Yes | Yes | `PublishableFluentContentsPage` (use `PlaceholderField`s) | `(FluentContentsPageAdmin, PublishingAdmin)` |
8585
| Dynamic | No | No | `FluentFieldsMixin` | `FluentLayoutsMixin` |
86-
| Dynamic | No | Yes | `(FluentFieldsMixin, PublishingModel)` | `(FluentLayoutsMixin, PublishingAdmin)` |
86+
| Dynamic | No | Yes | `PublishableFluentContents` | `PublishableFluentContentsAdmin` |
8787
| Dynamic | Yes | No | `AbstractUnpublishableLayoutPage` | `UnpublishableLayoutPageAdmin` |
8888
| Dynamic | Yes | Yes | `AbstractLayoutPage` | `LayoutPageAdmin` |
8989

0 commit comments

Comments
 (0)