You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From our documentation, it appears that we can turn on blocking of publishing a post for all checklist items or not at all via altis.publication-checklist.block_on_failing config option.
However, it would be quite useful to make some checklist items blocking, but not all.
As an example, let's say we have two items on a publication checkilst:
Require a featured image.
Embargo date, whereby a post should never be published before it is over.
Item one is an important reminder, but should not block publishing a post in some situations. Item two is an absolute 100% must-never-happen item and this should always block an editor from publishing.
The text was updated successfully, but these errors were encountered:
This should be possible now that wp.data.dispatch('core/editor').lockPostSaving() accepts a string, so you can have multiple separate locks on publishing eg.:
From our documentation, it appears that we can turn on blocking of publishing a post for all checklist items or not at all via
altis.publication-checklist.block_on_failing
config option.However, it would be quite useful to make some checklist items blocking, but not all.
As an example, let's say we have two items on a publication checkilst:
Item one is an important reminder, but should not block publishing a post in some situations. Item two is an absolute 100% must-never-happen item and this should always block an editor from publishing.
The text was updated successfully, but these errors were encountered: