ToolJet/server/templates/utf-8-encoder-and-decoder/manifest.json
Abhinaba Adhikari 4b6fe67724
Fix spelling of Transportation logistics tracker (#11626)
* 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>
2024-12-17 18:04:06 +05:30

16 lines
406 B
JSON

{
"name": "UTF-8 encoder and decoder",
"description": "Encode and decode text to and from UTF-8 for enhanced text processing, facilitating multilingual support and accurate data transmission.",
"widgets": [
"Table",
"Container"
],
"sources": [
{
"name": "Run JavaScript",
"id": "runjs"
}
],
"id": "utf-8-encoder-and-decoder",
"category": "developer-utilities"
}