move untested components to Archive

This commit is contained in:
JFH
2021-08-04 11:23:05 +02:00
parent f73f6779c3
commit ee6bda3c5c
12 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
export default {
name: 'Arrows',
langList: [
{ id: 'arrow_none', textContent: 'Sans flèche' }
],
contextTools: [
{
title: 'Select arrow type',
options: {
none: 'No arrow',
end: '---->',
start: '<----',
both: '<--->',
mid: '-->--',
mid_bk: '--<--'
}
}
]
};