mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* Fix spelling of Transportation logistics tracker * Fix spelling for 3 other templates * Bump version to 3.2.2 --------- Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
16 lines
No EOL
359 B
JSON
16 lines
No EOL
359 B
JSON
{
|
|
"name": "URL splitter and parser",
|
|
"description": "Break down URLs into individual components for easy analysis and debugging in web development.",
|
|
"widgets": [
|
|
"Table",
|
|
"Container"
|
|
],
|
|
"sources": [
|
|
{
|
|
"name": "Run JavaScript",
|
|
"id": "runjs"
|
|
}
|
|
],
|
|
"id": "url-splitter-and-parser",
|
|
"category": "developer-utilities"
|
|
} |