wip: add icons to inspect widgets

feat/type-attributes
Tomáš Mládek 2023-06-19 12:58:42 +02:00
parent 308d272697
commit 59f8d26404
1 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,7 @@
const attributeWidgets: Widget[] = [
{
name: "List",
icon: "list-check",
components: (entries) => [
{
component: EntryList,
@ -190,6 +191,7 @@
},
{
name: "Gallery",
icon: "image",
components: (entries) => [
{
component: Gallery,
@ -207,6 +209,7 @@
const taggedWidgets: Widget[] = [
{
name: "List",
icon: "list-check",
components: (entries) => [
{
component: Gallery,
@ -219,6 +222,7 @@
},
{
name: "Gallery",
icon: "image",
components: (entries) => [
{
component: Gallery,