Complete overhaul

This commit is contained in:
2019-11-15 00:07:04 +01:00
parent de4bbf9700
commit 201a1466de
23 changed files with 4394 additions and 1563 deletions

View File

@@ -0,0 +1,21 @@
{
"config": {
"title": "FontAwesome",
"abort": {
"single_instance_allowed": "Only a single configuration of FontAwesome is allowed."
}
},
"options": {
"step": {
"init": {
"title": "Icon sets",
"description": "Which icon sets to include",
"data": {
"regular": "Include Regular icons (far:)",
"solid": "Include Solid icons (fas:)",
"brands": "Include Brand icons (fab:)"
}
}
}
}
}