Problem/Motivation
Gin theme moves the status (published) radio element to the gin_actions container element. This causes that element to be hidden since it's not processed in anyway by Gin Gutenberg module.
Steps to reproduce
From a clean install with standard profile, just enable Gutenberg module and enable Gutenberg experience on any content type. Install and set admin theme to Gin. Then enable this module.
Proposed resolution
I tried to just change the status element #group to meta but it seems that the theme alter takes priority. So maybe just "cloning" (copy and unset) to the meta container and remove the #group will do the trick.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3279747-published-check-box.patch | 697 bytes | marcofernandes |
Issue fork gin_gutenberg-3279747
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
marcofernandes commentedHere's a patch with a workaround.
Comment #6
doxigo commentedHey Marco, Thanks for bringing this up, Didn't notice it myself, must've been due to recent changes on Gin side maybe
Patch works fine, commited to the dev and releasing a new tag