We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
Hope you are all well !
I would like to create a plugin for qor with only a blank template and a link, like dashboard.tmpl.
Is there a boilerplate/skeleton for blank admin page ? How should I create this plugin ? Do you have any examples ?
The goal is to create a page in the admin panel with the following interface with qor left menu:
Thanks in advance for any insights or inputs on that topic.
Cheers, X
The text was updated successfully, but these errors were encountered:
hi @x0rzkov
I guess https://doc.getqor.com/admin/theming_and_customization.html the "Customize templates" section might have what you wanted? You can create a custom theme, and do whatever you want there.
Sorry, something went wrong.
@raven-chen , thanks for the reply !
Do you have a snippet or code example to create it ?
I am quite lost with the documentation.
Thanks in advance
Admin.AddMenu(&admin.Menu{Name: "NewItem", Link: "/admin/newitem"}) Admin.GetRouter().Get("/newitem", newItemPage) func newItemPage(ctx *admin.Context){ //do something ctx.Execute("temp_name", dataForTemplate) }
No branches or pull requests
Hi guys,
Hope you are all well !
I would like to create a plugin for qor with only a blank template and a link, like dashboard.tmpl.
Is there a boilerplate/skeleton for blank admin page ?
How should I create this plugin ? Do you have any examples ?
The goal is to create a page in the admin panel with the following interface with qor left menu:
Thanks in advance for any insights or inputs on that topic.
Cheers,
X
The text was updated successfully, but these errors were encountered: