Added remove_button in config.ts

This commit is contained in:
Julio-Oliveira-Encora 2024-04-29 09:07:46 -03:00
parent 5af3c659a5
commit 554b91790c
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,5 +5,8 @@ export const config = {
html: (data: Dict) =>
`<i class="mdi mdi-close-circle ${data.className}" title="${data.title}"></i>`,
},
remove_button:{
title:'Remove this item',
},
},
};