mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-10-07 23:09:31 +02:00
Initial setup of pages. Tool definition
This commit is contained in:
12
src/pages/tools/json/json-to-xml/meta.ts
Normal file
12
src/pages/tools/json/json-to-xml/meta.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineTool } from '@tools/defineTool';
|
||||
import { lazy } from 'react';
|
||||
|
||||
export const tool = defineTool('json', {
|
||||
name: 'Convert JSON to XML',
|
||||
path: 'json-to-xml',
|
||||
icon: 'mdi-light:xml',
|
||||
description: 'Convert JSON files to XML format with customizable options.',
|
||||
shortDescription: 'Convert JSON data to XML format',
|
||||
keywords: ['json', 'xml', 'convert', 'transform', 'parse'],
|
||||
component: lazy(() => import('./index'))
|
||||
});
|
Reference in New Issue
Block a user