Zeka Posted October 11, 2018 Posted October 11, 2018 In some of the PW modules I have seen nice built-in docs, but unfortunately, I can't remember in which one. As far as I know, 'InputfieldMarkup' is often used for that, maybe there are some other approaches?
bernhard Posted October 11, 2018 Posted October 11, 2018 Are you looking for docs in modules for the superuser or docs in admin pages for the client? 1
Zeka Posted October 11, 2018 Author Posted October 11, 2018 @elabx Thanks, but I'm looking for docs in module config page for superuser. @bernhard
bernhard Posted October 11, 2018 Posted October 11, 2018 You can add a markup field there via array in your module config: [ 'type' = 'markup', 'value' = 'your html', ] You can also group/collapse etc several fields. There is a blog post about the new module config. Sorry on mobile ? 2
kongondo Posted October 11, 2018 Posted October 11, 2018 17 minutes ago, bernhard said: There is a blog post about the new module config https://processwire.com/blog/posts/new-module-configuration-options/ 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now