Merge branch 'customcss-hide' into 'develop'
SoapboxConfig: hide customCss for now, #447 See merge request soapbox-pub/soapbox-fe!272
This commit is contained in:
commit
55aeb41a49
1 changed files with 2 additions and 2 deletions
|
@ -320,7 +320,7 @@ class SoapboxConfig extends ImmutablePureComponent {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className='input with_block_label'>
|
||||
{/* <div className='input with_block_label'>
|
||||
<label><FormattedMessage id='soapbox_config.fields.custom_css_fields_label' defaultMessage='Custom CSS' /></label>
|
||||
<span className='hint'>
|
||||
<FormattedMessage id='soapbox_config.hints.custom_css_fields' defaultMessage='Insert a URL to a CSS file like `https://mysite.com/instance/custom.css`, or simply `/instance/custom.css`' />
|
||||
|
@ -344,7 +344,7 @@ class SoapboxConfig extends ImmutablePureComponent {
|
|||
<FormattedMessage id='soapbox_config.fields.custom_css.add' defaultMessage='Add another custom CSS URL' />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</FieldsGroup>
|
||||
<FieldsGroup>
|
||||
<div className={this.state.jsonValid ? 'code-editor' : 'code-editor code-editor--invalid'}>
|
||||
|
|
Loading…
Reference in a new issue