Page 1 of 1

admin shortcuts - eg: DOMAIN

Posted: Tue Jun 03, 2025 8:58 pm
by arfa
There is a "Javascript dynamic generated: list of URL shortcuts loaded in admin page source. I have encountered others that are not on the list- eg. HTML_PATH_CONTENT there is also one for: HTML_PATH_PLUGINS
I have copied this list and still find it useful for reference when memory is not sure.

I deep searched my offline documentation copy and searched the online docs but nothing came up.

Is there somewhere that shows the full list?

thanks - kusalo

Re: admin shortcuts - eg: DOMAIN

Posted: Tue Jun 03, 2025 9:53 pm
by Edi
You can find the paths in the file init.php in the directory /bl-kernel/boot (line 165):

https://github.com/bludit/bludit/blob/3 ... t.php#L165

Re: admin shortcuts - eg: DOMAIN

Posted: Tue Jun 03, 2025 10:10 pm
by arfa
Excellent - Thank you Edi.
ak