Skip to content

Commit

Permalink
A dummy change to test Quick Editor workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheringer committed Jul 3, 2024
1 parent 492a382 commit 16b7bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/quick-editor/playground/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { ProfileUpdatedType } from '../dist';
document.addEventListener( 'DOMContentLoaded', () => {
new GravatarQuickEditor( {
email: '[email protected]',
scope: [ 'avatars' ],
scope: [ 'avatars', 'about' ],
editorTriggerSelector: '#edit-avatar',
avatarSelector: '.avatar',
} );
Expand Down

0 comments on commit 16b7bcf

Please sign in to comment.