Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 506 Bytes

UPGRADING.md

File metadata and controls

12 lines (8 loc) · 506 Bytes

Upgrading from Nova Blog to 6.0

Drafts

We've added nova-drafts field to replace previous internal drafts logic.
All draft functionality will remain but in order to enable this feature you have to install the nova-drafts field package.

composer require optimistdigital/nova-drafts

We've also removed 'drafts_enabled' => true from the config file, feel free to delete that line.