Skip to content
代码片段 群组 项目
提交 d4bd2f55 编辑于 作者: Enrique Alcántara's avatar Enrique Alcántara
浏览文件

Merge branch 'rename-static-site-editor' into 'master'

Move component and spec to static site editor

See merge request gitlab-org/gitlab!55934
No related branches found
No related tags found
无相关合并请求
显示
2 个添加2 个删除
<script> <script>
import { EDITOR_TYPES } from '~/static_site_editor/rich_content_editor/constants';
import RichContentEditor from '~/static_site_editor/rich_content_editor/rich_content_editor.vue';
import parseSourceFile from '~/static_site_editor/services/parse_source_file'; import parseSourceFile from '~/static_site_editor/services/parse_source_file';
import { EDITOR_TYPES } from '~/vue_shared/components/rich_content_editor/constants';
import RichContentEditor from '~/vue_shared/components/rich_content_editor/rich_content_editor.vue';
import imageRepository from '../image_repository'; import imageRepository from '../image_repository';
import formatter from '../services/formatter'; import formatter from '../services/formatter';
import renderImage from '../services/renderers/render_image'; import renderImage from '../services/renderers/render_image';
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册