Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #155 from facebook/feature/update-link-property
Browse files Browse the repository at this point in the history
Updated displayName of href property [#90]
  • Loading branch information
pestevez committed Feb 19, 2021
2 parents 1afd755 + 5c1acbc commit d8250f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/rule-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ruleDefinitions.push(
properties: Map({
'anchor.href': RulePropertyDefinitionFactory({
name: 'anchor.href',
displayName: 'HRef',
displayName: 'URL',
placeholder: 'Example: a',
supportedTypes: Set([RulePropertyTypes.STRING]),
defaultType: RulePropertyTypes.STRING,
Expand Down

0 comments on commit d8250f7

Please sign in to comment.