@@ -5,27 +5,16 @@ IDE auto-complete for your custom code elements.
5
5
### Existing tasks
6
6
Follow the main documentation on how to add them.
7
7
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
-
22
8
#### Tools.IconHelper::render()
23
9
24
10
![ render() Example] ( icon-render.png )
25
11
26
12
Uses the configured task sets:
27
13
- IconRenderTask
28
14
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
+
29
18
#### Authentication.AuthenticationService::loadIdentifier()
30
19
31
20
- AuthServiceLoadIdentifierTask
@@ -46,7 +35,7 @@ use IdeHelperExtra\Authentication\Generator\Task\AuthServiceLoadIdentifierTask;
46
35
### Add your own task
47
36
48
37
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.
50
39
51
40
The downside of adding it here is a missing constraint towards your plugin version, and that it can lead
52
41
to accidental BC breaks.
0 commit comments