Feature PR-6.2-dev Pending

User tests: Successful: Unsuccessful:

avatar korenevskiy
korenevskiy
1 Sep 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

I added the ability to add custom options to the ChromestyleField.

<field
	name="item_style"
	type="chromestyle"
	label="Style Module"
	>
	<option value="">JOPTION_DO_NOT_USE</option>
</field>

Testing Instructions

  1. Add the configuration of any module to the XML
<field
	name="item_style"
	type="chromestyle"
	label="Style Module"
	>
	<option value="">JOPTION_DO_NOT_USE</option>
	<option value="userOption">User Oprtion</option>
</field>
  1. Open the module configuration.
  2. Check the field titled “Style Module”.

Actual result BEFORE applying this Pull Request

Previously, custom options were not used.

Expected result AFTER applying this Pull Request

Now, user options will be added to the existing standard options of the module.

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar korenevskiy korenevskiy - open - 1 Sep 2026
avatar korenevskiy korenevskiy - change - 1 Sep 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 1 Sep 2026
Category Libraries
avatar korenevskiy korenevskiy - change - 1 Sep 2026
Title
[6.3] Add custom options chrome field
[6.2] Add custom options chrome field
avatar korenevskiy korenevskiy - edited - 1 Sep 2026
avatar korenevskiy korenevskiy - change - 1 Sep 2026
Labels Added: PR-6.2-dev
avatar korenevskiy korenevskiy - change - 2 Sep 2026
The description was changed
avatar korenevskiy korenevskiy - edited - 2 Sep 2026
avatar korenevskiy korenevskiy - change - 2 Sep 2026
The description was changed
avatar korenevskiy korenevskiy - edited - 2 Sep 2026
avatar korenevskiy korenevskiy - change - 2 Sep 2026
The description was changed
avatar korenevskiy korenevskiy - edited - 2 Sep 2026
avatar korenevskiy korenevskiy - change - 2 Sep 2026
The description was changed
avatar korenevskiy korenevskiy - edited - 2 Sep 2026
avatar korenevskiy korenevskiy - change - 2 Sep 2026
Labels Added: Feature

Add a Comment

Login with GitHub to post a comment