Array button images not displaying #2904
Unanswered
hechtcarmel
asked this question in
Q&A
Replies: 1 comment
-
Which theme are you using? Did you include the right CSS / setup required
for that theme?
…--
Ashwin Ramaswami
On Sun, Jul 3, 2022 at 3:55 AM hechtcarmel ***@***.***> wrote:
Hi,
For some reason, the buttons which should control the "add"/"remove"
actions when using arrays are displayed incorrectly:
[image: image]
<https://user-images.githubusercontent.com/36325296/177030579-f5f36b9d-07f4-426a-ab98-2a0868fd5cbd.png>
I tried playing with the css, to no success.
Any help will be apprciated!
I am using the following schema:
`{
title: "Image",
type: "object",
required: ["title"],
properties: {
named_location:{
title: "Named Location",
description: "A name for the camera location",
type: "string"
},
speed: {
title: "Speed",
description: "Camera speed, user defined format",
type: "string"
},
accelaration: {
title: "Accelaration",
description: "Camera accelaration, user defined format",
type: "string"
},
arr: {
title: "arr",
description: "arr",
type: "array",
items: {
type: "string"
}
},
},
}`
—
Reply to this email directly, view it on GitHub
<#2904>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM4MXYKZNTJI3RHJBY535LVSFBOBANCNFSM52QJI7TQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
For some reason, the buttons which should control the "add"/"remove" actions when using arrays are displayed incorrectly:
I tried playing with the css, to no success.
Any help will be apprciated!
I am using the following schema:
`{
title: "Image",
type: "object",
required: ["title"],
properties: {
named_location:{
title: "Named Location",
description: "A name for the camera location",
type: "string"
},
speed: {
title: "Speed",
description: "Camera speed, user defined format",
type: "string"
},
accelaration: {
title: "Accelaration",
description: "Camera accelaration, user defined format",
type: "string"
},
arr: {
title: "arr",
description: "arr",
type: "array",
items: {
type: "string"
}
},
}`
Beta Was this translation helpful? Give feedback.
All reactions