mirror of
https://github.com/maputnik/editor.git
synced 2025-12-17 03:30:03 +00:00
Added comments field doc and updated react-collapse to fix styling.
This commit is contained in:
@@ -10,7 +10,7 @@ class MetadataBlock extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <InputBlock label={"Comments"}>
|
||||
return <InputBlock label={"Comments"} doc={"Comments for the current layer. This is non-standard and not in the spec."}>
|
||||
<StringInput
|
||||
multi={true}
|
||||
value={this.props.value}
|
||||
|
||||
Reference in New Issue
Block a user