Semantic icon helper for PrestaShop modules. - Maps icon names to Font Awesome or Material Icons - Auto-detects admin context (Material) vs front (FA default) - Reads icon preference from ps_mpr_config table - Theme detection for Material Icons - PHP class + JavaScript helper Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
358 B
JSON
15 lines
358 B
JSON
{
|
|
"name": "myprestarocks/prestashop-icons",
|
|
"description": "Semantic icon helper for PrestaShop modules - maps icon names to Font Awesome or Material Icons",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MyPrestaRocks\\Icons\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
}
|
|
}
|