Skip to content

Commit eb2fdc9

Browse files
committed
Cleanup
1 parent cb9fe63 commit eb2fdc9

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"require": {
3333
"php": ">=8.1",
3434
"cakephp/cakephp": "^5.0.0",
35-
"dereuromark/cakephp-ide-helper": "dev-cake5"
35+
"dereuromark/cakephp-ide-helper": "^2.0.0"
3636
},
3737
"require-dev": {
3838
"dereuromark/cakephp-tools": "dev-cake5",

docs/format-icon.png

-103 KB
Binary file not shown.

docs/readme.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,16 @@ IDE auto-complete for your custom code elements.
55
### Existing tasks
66
Follow the main documentation on how to add them.
77

8-
#### Tools.FormatHelper::icon()
9-
10-
![icon() Example](format-icon.png)
11-
12-
Fontawesome v4/v5/v6:
13-
- FormatIconFontAwesome4Task
14-
- FormatIconFontAwesome5Task
15-
- FormatIconFontAwesome6Task
16-
17-
Pick one depending on the FA version you are using.
18-
19-
For bootstrap icons:
20-
- FormatIconBootstrapTask
21-
228
#### Tools.IconHelper::render()
239

2410
![render() Example](icon-render.png)
2511

2612
Uses the configured task sets:
2713
- IconRenderTask
2814

15+
Fontawesome v4/v5/v6m, Bootstrap or other icon types are all possible.
16+
It will use the configured `Icon.map` config depending on the FA version you are using.
17+
2918
#### Authentication.AuthenticationService::loadIdentifier()
3019

3120
- AuthServiceLoadIdentifierTask
@@ -46,7 +35,7 @@ use IdeHelperExtra\Authentication\Generator\Task\AuthServiceLoadIdentifierTask;
4635
### Add your own task
4736

4837
The idea of this repository is to provide a way to collect useful tasks and addons where adding them into the main
49-
plugin is not feasable. Always first check, and then add it here.
38+
plugin is not feasible. Always first check, and then add it here.
5039

5140
The downside of adding it here is a missing constraint towards your plugin version, and that it can lead
5241
to accidental BC breaks.

0 commit comments

Comments
 (0)