-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Go Live" items #18
"Go Live" items #18
Conversation
Removing (at the moment) unnecessary hooks/methods and moving things around.
At the moment the script configures "VE" shortcut to open the View editor :)
By defalt, the slug will be a URL-safe name of the Admin menu as configured under GravityView's global settings; this slug can also be changed using a filter. This also adds helper methods to get the submenu slug, as well as to check if the submenu is a Dashboard View.
Currently there's a single setting, but more will be added as per #9
It's now Alt/Option + V + E to open the View editor. The code was refactored to allow for easy addition of other shortcuts.
This also refactors how assets are loaded and their names.
This is work in progress as the CI has not been configured and there are no releases yet.
This needs more language tweaking, but I think an action to prevent viewing is stronger than a default that enables it.
Finishes work started on f7641e7
Request::is_edit_entry() is expected to return an entry if it is indeed an edit entry screen.
Fixed in 0870858. It would help to know the actual error message in the future. You can enable debugging on your site or install this plugin. |
Entry approval works fine for me. |
Approve Entries works for me as well using all layouts (Table, List, DataTables, DIY) @rafaehlers . What layout were you using? |
When adding a "Gravity Forms" widget to a View, the form does not render in the dashboard. Entry approval worked for me, too. |
Slack discussion: https://gravitykit.slack.com/archives/C727B06MB/p1719211527852459 This feature would benefit from an actual UI to make it easy to re-arrange submenu items.
This implements #16 and more.
Install the build file or clone the repo and run
npm i && composer i && grunt
.To do
To test
Foundation
View Editor
Various
P.S. When the Dashboard View is open, you can go to the View Editor by pressing
Alt/⌥
+⇧
+V
+E
.💾 Build file (2faf62c).