1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

removed tiny slider

This commit is contained in:
Fedor Katurov 2020-11-06 22:22:24 +07:00
parent 2c1adc384e
commit 3423123d35

View file

@ -15,7 +15,6 @@ import { EditorUploadCoverButton } from '~/components/editors/EditorUploadCoverB
import { modalShowPhotoswipe } from '../modal/actions'; import { modalShowPhotoswipe } from '../modal/actions';
import { IEditorComponentProps } from '~/redux/node/types'; import { IEditorComponentProps } from '~/redux/node/types';
import { EditorFiller } from '~/components/editors/EditorFiller'; import { EditorFiller } from '~/components/editors/EditorFiller';
import { NodeImageTinySlider } from '~/components/node/NodeImageTinySlider';
const prefix = 'NODE.'; const prefix = 'NODE.';
export const NODE_ACTIONS = { export const NODE_ACTIONS = {
@ -90,8 +89,7 @@ export type INodeComponentProps = {
export type INodeComponents = Record<ValueOf<typeof NODE_TYPES>, FC<INodeComponentProps>>; export type INodeComponents = Record<ValueOf<typeof NODE_TYPES>, FC<INodeComponentProps>>;
export const NODE_HEADS: INodeComponents = { export const NODE_HEADS: INodeComponents = {
// [NODE_TYPES.IMAGE]: NodeImageSlideBlock, [NODE_TYPES.IMAGE]: NodeImageSlideBlock,
[NODE_TYPES.IMAGE]: NodeImageTinySlider,
}; };
export const NODE_COMPONENTS: INodeComponents = { export const NODE_COMPONENTS: INodeComponents = {