-
Notifications
You must be signed in to change notification settings - Fork 77
Configuration options reference #429
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
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
The use of headings for bold leads to accessibility violations. An alternative would be to put all these items in one file with h2 for each section and h3 for each item - not a bullet list. |
b97f143
to
cf79c8c
Compare
@ceford, I've replaced bullets with |
as cliff said, I also don't think that wee need 13 files for our configuration page... can you combine this into one file and maybe group it in source code block per section? |
@HLeithner, done. I've combined all files into a single one. |
@HLeithner, Could you please explain what you mean here:
|
Something like this for each section? public $cors = true;
public $cors_allow_headers = 'Content-Type,X-Joomla-Token,Authorization';
public $cors_allow_methods = 'GET,POST';
public $cors_allow_origin = 'https://example.com,https://another-domain.com'; |
8d8b251
to
7d6ead3
Compare
User description
This PR adds a reference with all available configuration options (
configuration.php
).See joomla/joomla-cms#45070 (comment)
PR Type
Documentation
Description
Added comprehensive configuration reference for Joomla settings.
Documented configuration categories: Cache, CORS, Database, Debug, Logging, Mail, Metadata, Proxy, SEO, Server, Session, Site.
Introduced a new index for configuration and reference documentation.
Provided examples and default values for each configuration option.
Changes walkthrough 📝
14 files
Added documentation for cache configuration settings
Added documentation for CORS configuration settings
Added documentation for database configuration settings
Added documentation for debug configuration settings
Introduced index for configuration reference documentation
Added documentation for logging configuration settings
Added documentation for mail configuration settings
Added documentation for metadata configuration settings
Added documentation for proxy configuration settings
Added documentation for SEO configuration settings
Added documentation for server configuration settings
Added documentation for session configuration settings
Added documentation for site configuration settings
Added reference index with a placeholder for content