Skip to content

Commit

Permalink
feat: add preset: no for a few options
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Jan 22, 2022
1 parent 37cf7cc commit 71ce3df
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/plugins/anilist/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ inputs:
type: string
description: AniList login
default: .user.login
preset: no
1 change: 1 addition & 0 deletions source/plugins/base/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,4 @@ inputs:
default: .user.login
example: lowlighter, [email protected]
global: yes
preset: no
4 changes: 3 additions & 1 deletion source/plugins/music/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ inputs:
type: string
default: ""
example: https://embed.music.apple.com/--/playlist/--------/--------
preset: no

plugin_music_limit:
description: Display limit
Expand Down Expand Up @@ -111,4 +112,5 @@ inputs:
plugin_music_user:
description: Music provider username
type: string
default: .user.login
default: .user.login
preset: no
1 change: 1 addition & 0 deletions source/plugins/pagespeed/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ inputs:
description: Audited website
type: string
default: .user.website
preset: no

plugin_pagespeed_detailed:
description: |
Expand Down
2 changes: 2 additions & 0 deletions source/plugins/people/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ inputs:
format: comma-separated
default: ""
example: octocat, hubot
preset: no

plugin_people_sponsors_custom:
description: |
Expand All @@ -94,6 +95,7 @@ inputs:
format: comma-separated
default: ""
example: octocat, hubot
preset: no

plugin_people_shuffle:
description: |
Expand Down
1 change: 1 addition & 0 deletions source/plugins/posts/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ inputs:
description: External source username
type: string
default: .user.login
preset: no

1 change: 1 addition & 0 deletions source/plugins/projects/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ inputs:
example: username/repo/projects/1, username/repo/projects/2, ...
format: comma-separated
default: ""
preset: no

plugin_projects_descriptions:
description: Toggle projects descriptions display
Expand Down
1 change: 1 addition & 0 deletions source/plugins/repositories/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ inputs:
format: comma-separated
default: ""
example: lowlighter/metrics
preset: no
1 change: 1 addition & 0 deletions source/plugins/stackoverflow/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inputs:
description: Stackoverflow user id
type: number
default: 0
preset: no

plugin_stackoverflow_sections:
description: |
Expand Down
1 change: 1 addition & 0 deletions source/plugins/tweets/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ inputs:
description: Twitter username
type: string
default: .user.twitter
preset: no
1 change: 1 addition & 0 deletions source/plugins/wakatime/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ inputs:
description: WakaTime username
type: string
default: current
preset: no

0 comments on commit 71ce3df

Please sign in to comment.