See #894. Remove test options
This commit is contained in:
parent
147f97d4c7
commit
dfacbf0103
|
@ -143,57 +143,6 @@ Show loading view when beautifying
|
|||
2. Go into *Packages* and search for "*Atom Beautify*" package.
|
||||
3. Find the option "*Show Loading View*" and change it to your desired configuration.
|
||||
|
||||
##### [`test1`](#test1)
|
||||
|
||||
**Important**: This option is only configurable from within Atom Beautify's setting panel.
|
||||
|
||||
**Type**: `integer`
|
||||
|
||||
**Description**:
|
||||
|
||||
|
||||
|
||||
**How to Configure**
|
||||
|
||||
1. You can open the [Settings View](https://github.com/atom/settings-view) by navigating to
|
||||
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)*, or *File > Preferences (Windows)*.
|
||||
2. Go into *Packages* and search for "*Atom Beautify*" package.
|
||||
3. Find the option "**" and change it to your desired configuration.
|
||||
|
||||
##### [`test2`](#test2)
|
||||
|
||||
**Important**: This option is only configurable from within Atom Beautify's setting panel.
|
||||
|
||||
**Type**: `integer`
|
||||
|
||||
**Description**:
|
||||
|
||||
|
||||
|
||||
**How to Configure**
|
||||
|
||||
1. You can open the [Settings View](https://github.com/atom/settings-view) by navigating to
|
||||
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)*, or *File > Preferences (Windows)*.
|
||||
2. Go into *Packages* and search for "*Atom Beautify*" package.
|
||||
3. Find the option "**" and change it to your desired configuration.
|
||||
|
||||
##### [`test3`](#test3)
|
||||
|
||||
**Important**: This option is only configurable from within Atom Beautify's setting panel.
|
||||
|
||||
**Type**: `integer`
|
||||
|
||||
**Description**:
|
||||
|
||||
|
||||
|
||||
**How to Configure**
|
||||
|
||||
1. You can open the [Settings View](https://github.com/atom/settings-view) by navigating to
|
||||
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)*, or *File > Preferences (Windows)*.
|
||||
2. Go into *Packages* and search for "*Atom Beautify*" package.
|
||||
3. Find the option "**" and change it to your desired configuration.
|
||||
|
||||
|
||||
## Language Options
|
||||
|
||||
|
|
|
@ -6,15 +6,6 @@ module.exports = {
|
|||
order: -1
|
||||
description: 'General options for Atom Beautify'
|
||||
properties:
|
||||
test1:
|
||||
type: "integer"
|
||||
default: null
|
||||
test2:
|
||||
type: "integer"
|
||||
default: undefined
|
||||
test3:
|
||||
type: "integer"
|
||||
default: 0
|
||||
analytics :
|
||||
title: 'Anonymous Analytics'
|
||||
type : 'boolean'
|
||||
|
|
Loading…
Reference in New Issue