chore: show only necessary tags on a category

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-22 19:09:41 +01:00
parent ed81954bf8
commit e27b893548
38 changed files with 48 additions and 61 deletions

View File

@@ -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'
}
});

View File

@@ -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'
}
});

View File

@@ -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'
}
});

View File

@@ -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'
}
});

View File

@@ -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'
}
});

View File

@@ -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'
}
});

View File

@@ -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'
}
});