Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Impresspages 中构建了自己的插件。在自定义小部件中,可以通过在资产文件夹中添加“icon.svg”图像来添加自定义图标。是否也可以在插件的菜单中添加自定义 Font Awesome 图标?
要添加小部件图标,请将 icon.svg 添加到小部件的资产目录。我认为 png 也可以。
要将 FontAwesome 图标添加到您的插件,请使用 ->setMenuIcon('fa-xxx') 方法捕获 ipAdminMenu 过滤器并修改插件的菜单项。但我同意这有点烦人。我相信如果将管理菜单图标设置添加到 plugin.json 文件中会很酷。如果您有信心,可以为此功能准备一个拉取请求。