mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
a07e6ebe8d
no issue
- Add minimal extensibility to Ghost Admin
- Adds 3 sections of semi-flexible customisation to Ghost Admin
- Options:
- Menu: a list of links with icons and text and hrefs, also has a title
- Dropdown: another list of links
- Script: a custom container and a script file
- All of this can be provided via the blog config
- Also adds 2 extra icons for use with these menus
- 🎨 Improve extensibility
5 lines
650 B
XML
5 lines
650 B
XML
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<title>folder</title>
|
|
<path d="M31.313 8h-3.313v-2c0-0.375-0.313-0.688-0.688-0.688h-16.625v-2c0-0.375-0.313-0.625-0.688-0.625h-9.313c-0.375 0-0.688 0.25-0.688 0.625v22c0 2.25 1.813 4 4 4h23.313c2.625 0 4.688-2.063 4.688-4.625v-16c0-0.375-0.313-0.688-0.688-0.688zM6.688 8.688v16.625c0 1.5-1.188 2.688-2.688 2.688s-2.688-1.188-2.688-2.688v-21.313h8v2c0 0.375 0.313 0.688 0.688 0.688h16.688v1.313h-19.375c-0.375 0-0.625 0.313-0.625 0.688zM30.688 24.688c0 1.813-1.5 3.313-3.375 3.313h-20.313c0.625-0.688 1-1.625 1-2.688v-16h22.688z"></path>
|
|
</svg>
|