Skip to content

Commit

Permalink
feat(absolute): image commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Oct 7, 2021
1 parent d981604 commit 5c38c6d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/editor/absolute/EditorCommands.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,16 @@
</p>
</template>
</EditorAbsoluteCommands>
<EditorAbsoluteCommands
:title="t('editor.aside.commands.contents[8].title')"
:description="t('editor.aside.commands.contents[8].description')"
>
<template #exib>
<p class="text-xl">
{{ t('editor.aside.commands.contents[8].tag') }}
</p>
</template>
</EditorAbsoluteCommands>
</div>
</template>

Expand Down
5 changes: 5 additions & 0 deletions src/lang/br/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ export default {
title: 'Quebra de Linha',
description: '/lb',
},
{
tag: 'IM',
title: 'Imagem',
description: '/im'
}
],
},
},
Expand Down
5 changes: 5 additions & 0 deletions src/lang/en/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ export default {
title: 'Line Break',
description: '/lb',
},
{
tag: 'IM',
title: 'Image',
description: '/im'
}
],
},
},
Expand Down

0 comments on commit 5c38c6d

Please sign in to comment.