mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
feat(web/context): allow custom metadata order
This commit is contained in:
@@ -17,7 +17,7 @@ debugData<ContextMenuProps>([
|
||||
{
|
||||
title: "Example button",
|
||||
description: "Example button description",
|
||||
metadata: { ["Value 1"]: "Some value", ["Value 2"]: 300 },
|
||||
metadata: [{ label: "Value 1", value: 300 }],
|
||||
},
|
||||
{
|
||||
title: "Menu button",
|
||||
|
||||
Reference in New Issue
Block a user