Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions www/application/views/templates/editor/landing.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,15 @@
}
</module-settings>

<span class="editor-landing__plugins-filter-button js-block-tools-filter">
<span class="editor-landing__plugins-filter-button js-plugins-filter js-block-tools-filter">
<? include(DOCROOT . '/public/app/landings/editor/svg/plus-icon.svg'); ?>
Blocks
</span>
<span class="editor-landing__plugins-filter-button js-inline-tools-filter">
<span class="editor-landing__plugins-filter-button js-plugins-filter js-inline-tools-filter">
<? include(DOCROOT . '/public/app/landings/editor/svg/marker-icon.svg'); ?>
Inline Tools
</span>
<span class="editor-landing__plugins-filter-button js-all-tools-filter">
<span class="editor-landing__plugins-filter-button editor-landing__plugins-filter-button--active js-plugins-filter js-all-tools-filter">
All
</span>
</div>
Expand Down Expand Up @@ -376,4 +376,4 @@
</section>

</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
Try our best plugins or create your own

<div class="product-card__right-menu">
<a target="_blank" href="https://github.com/codex-editor/paragraph">Paragraph</a>
<a target="_blank" href="https://github.com/codex-editor/header">Header</a>
<a target="_blank" href="https://github.com/codex-team/codex.editor/tree/master/plugins/image">Image</a>
<a target="_blank" href="https://github.com/codex-editor/link">Embeded Link</a>
<a target="_blank" href="https://github.com/codex-editor/personality">Personality</a>
<a target="_blank" href="https://github.com/codex-editor/image">Image</a>
<a target="_blank" href="https://github.com/codex-editor/table">Table</a>
<a target="_blank" href="https://github.com/codex-editor/embed">Embed Tool</a>
<a target="_blank" href="https://github.com/codex-editor/list">List</a>
</div>

<a href="https://github.com/codex-editor">View full catalog</a>
Expand Down
Loading