Skip to content

Commit

Permalink
update schema to include oeo-ext plugin in isAbout and valueReference…
Browse files Browse the repository at this point in the history
… fields #1679
  • Loading branch information
jh-RLI committed Aug 27, 2024
1 parent ba58672 commit 6ead3c0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dataedit/static/metaedit/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,17 @@
"badge": "Platinum",
"title": "Path",
"format": "uri"
},
"openModalButton": {
"description": "Button to open a modal for HTMX request",
"format": "button",
"options": {
"button": {
"text": "Open OEO-EXT",
"icon": "external-link-alt",
"action": "openModalAction"
}
}
}
},
"badge": "Platinum",
Expand Down Expand Up @@ -636,6 +647,17 @@
"badge": "Platinum",
"title": "Path",
"format": "uri"
},
"openModalButton": {
"description": "Button to open a modal for HTMX request",
"format": "button",
"options": {
"button": {
"text": "Open OEO-EXT",
"icon": "external-link-alt",
"action": "openModalAction"
}
}
}
},
"badge": "Platinum",
Expand Down

0 comments on commit 6ead3c0

Please sign in to comment.