Sha256: aa02f874c6953ed5d562e1b2e9d2016ef1259963254672cf81089525c183fc54

Contents?: true

Size: 775 Bytes

Versions: 5

Compression:

Stored size: 775 Bytes

Contents

import spacer from 'ory-editor-plugins-spacer';
import slate from 'ory-editor-plugins-slate';
import video from 'ory-editor-plugins-video';
import parallax from 'ory-editor-plugins-parallax-background';
import 'ory-editor-plugins-parallax-background/lib/index.css';
import divider from 'ory-editor-plugins-divider';

import 'ory-editor-plugins-image/lib/index.css';
import 'ory-editor-plugins-spacer/lib/index.css';
import 'ory-editor-plugins-video/lib/index.css';
import 'ory-editor-plugins-slate/lib/index.css';

import image from './image-plugin';

const defaultPlugin = slate();

const plugins = {
    content: [slate(), spacer, divider, image, video], // Define plugins for content cells
    layout: [parallax({ defaultPlugin })],
};

export { defaultPlugin, plugins };

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 client/hippo/components/text-editor/plugins.js
hippo-fw-0.9.8 client/hippo/components/text-editor/plugins.js
hippo-fw-0.9.7 client/hippo/components/text-editor/plugins.js
hippo-fw-0.9.6 client/hippo/components/text-editor/plugins.js
hippo-fw-0.9.5 client/hippo/components/text-editor/plugins.js