outl1ne / nova-page-manager

Static page and region manager for Laravel Nova - designed for headless CMS's.
MIT License
180 stars 39 forks source link

Replace Drafts logic with Nova Drafts field #40

Closed KasparRosin closed 4 years ago

KasparRosin commented 4 years ago

Added nova-drafts field to replace integrated drafts logic. All functionality will remain.

NovaBlog::draftsEnabled() is replaced with NovaBlog::hasNovaDrafts. Removed drafts_enabled from config. Now it checks whether user has the field package installed. Removed most of draft logic, that was replaced by nova-drafts