Skip to content

Commit

Permalink
Update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant committed Jan 16, 2025
1 parent 6b53f19 commit 23571f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions inc/settings/class-settings-misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ public function get_settings() {
'id' => 'ang_misc',
),
array(
'title' => __( 'Show Global Kit Data at Inline Widgets', 'ang' ),
'desc' => __( 'Check this box to also show global kit data at inline widgets.', 'ang' ),
'title' => __( 'Show Global Kit Data', 'ang' ),
'desc' => sprintf(
"%s <a href='https://analogwp.com/docs/global-kit-data/'>%s</a>",
__( 'Global Colors and Fonts that belong to the Global Style Kit will still be available when working with other Style Kits.', 'ang' ),
__( 'More Info', 'ang' )
),
'id' => 'also_inline_global_kit',
'default' => false,
'type' => 'checkbox',
Expand Down

0 comments on commit 23571f8

Please sign in to comment.