Config Fields M2
Description
A collection of custom config types for Magento 2 system configuration development.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Custom Config Fields for Magento 2
No more fiddly "Yes/No" dropdowns in your configuration.
This Magento 2 extension offers a selection of custom "Field Types" and "Frontend Models" for use in Magento 2 extensions with a system configuration section.
Features
Custom field types
- Checkboxset: Functionally equivalent to native Magento field type
multiselect - Radioset: Functionally equivalent to native Magento field type
select - Checkbox: Functionally equivalent to native Magento field type
selectwithYesNosource model - Toggle: Same as "Checkbox", but with special styling
- TimeWithMinutePrecision: Works like the Magento field type
timebut hides the 'seconds' selection.
Custom frontend model blocks
- InfoBox: A customizable information section for your extension
Installation via composer
Requires PHP 8.3, 8.4 or 8.5 and Magento 2.4.8 or 2.4.9.
composer require netresearch/config-fields-m2:*
Usage
In your Magento 2 extension's `etc/adminhtml/system.xml`, enter the class name of one of the Types at `Netresearch\ConfigFields\Model\Type`.
For example:
Logging
Record messages to Magento logs
You must have global logging activated for this to work.
Logging Level
1
Some\Module\Model\Config\Source\LogLevel
The log level Debug may result in very large log files.
Custom frontend model blocks may use additional configuration values transmitted via `` nodes:
For example:
Netresearch\ConfigTypes\Block\InfoBox
Some_
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11