Skip to content

Commit

Permalink
Ask dor slug io URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienserre committed Jul 4, 2024
1 parent 82124e2 commit c285f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Edit( { attributes, setAttributes, isSelected } ) {
<div { ...useBlockProps() }>
{ isSelected ? (
<TextControl
label={ __( 'URL', 'simple-wall' ) }
label={ __( 'Slug', 'simple-wall' ) }
value={ url }
onChange={ ( value ) =>
setAttributes( { url: value } )
Expand All @@ -68,6 +68,6 @@ export default function Edit( { attributes, setAttributes, isSelected } ) {
) }
</div>
</Fragment>

);
}

0 comments on commit c285f2a

Please sign in to comment.