| Current Path : /var/www/homesaver/www/bitrix/js/ui/rich-text-area/src/components/action-bar/ |
| Current File : /var/www/homesaver/www/bitrix/js/ui/rich-text-area/src/components/action-bar/file-button.js |
import { ActionButton } from './action-button';
import type { BitrixVueComponentProps } from 'ui.vue3';
export const FileButton: BitrixVueComponentProps = {
name: 'FileButton',
components: {
ActionButton,
},
// language=Vue
template: `
<ActionButton icon="--attach" :title="$Bitrix.Loc.getMessage('UI_RICH_TEXT_AREA_UPLOAD_FILE')" />
`,
};