mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
chore: show only necessary tags on a category
This commit is contained in:
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:escapeJson.title',
|
||||
description: 'json:escapeJson.description',
|
||||
shortDescription: 'json:escapeJson.shortDescription',
|
||||
userTypes: ['Developers']
|
||||
shortDescription: 'json:escapeJson.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:jsonToXml.title',
|
||||
description: 'json:jsonToXml.description',
|
||||
shortDescription: 'json:jsonToXml.shortDescription',
|
||||
userTypes: ['Developers']
|
||||
shortDescription: 'json:jsonToXml.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:minify.title',
|
||||
description: 'json:minify.description',
|
||||
shortDescription: 'json:minify.shortDescription',
|
||||
userTypes: ['Developers']
|
||||
shortDescription: 'json:minify.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:prettify.title',
|
||||
description: 'json:prettify.description',
|
||||
shortDescription: 'json:prettify.shortDescription',
|
||||
userTypes: ['Developers']
|
||||
shortDescription: 'json:prettify.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:stringify.title',
|
||||
description: 'json:stringify.description',
|
||||
shortDescription: 'json:stringify.shortDescription',
|
||||
userTypes: ['Developers']
|
||||
shortDescription: 'json:stringify.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:tsvToJson.title',
|
||||
description: 'json:tsvToJson.description',
|
||||
shortDescription: 'json:tsvToJson.shortDescription',
|
||||
userTypes: ['Developers']
|
||||
shortDescription: 'json:tsvToJson.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -10,7 +10,6 @@ export const tool = defineTool('json', {
|
||||
i18n: {
|
||||
name: 'json:validateJson.title',
|
||||
description: 'json:validateJson.description',
|
||||
shortDescription: 'json:validateJson.shortDescription',
|
||||
userTypes: ['General Users', 'Developers']
|
||||
shortDescription: 'json:validateJson.shortDescription'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user