mirror of
https://github.com/maputnik/editor.git
synced 2026-07-26 15:57:27 +00:00
Tidy inline docs and added sdk support table.
This commit is contained in:
@@ -11,9 +11,13 @@ class MetadataBlock extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const fieldSpec = {
|
||||
doc: "Comments for the current layer. This is non-standard and not in the spec."
|
||||
};
|
||||
|
||||
return <InputBlock
|
||||
label={"Comments"}
|
||||
doc={"Comments for the current layer. This is non-standard and not in the spec."}
|
||||
fieldSpec={fieldSpec}
|
||||
data-wd-key="layer-comment"
|
||||
>
|
||||
<StringInput
|
||||
|
||||
Reference in New Issue
Block a user