Skip to content

Commit

Permalink
#824 - Field actions
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jun 28, 2024
1 parent 0e6e776 commit b03d972
Show file tree
Hide file tree
Showing 15 changed files with 347 additions and 238 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### ✨ New features

- [#823](https://github.com/estruyf/vscode-front-matter/issues/823): Integrated GitHub Copilot support for titles, descriptions, and tags
- [#824](https://github.com/estruyf/vscode-front-matter/issues/824): Added the ability to link custom actions to fields

### 🎨 Enhancements

Expand Down
3 changes: 3 additions & 0 deletions l10n/bundle.l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,9 @@

"panel.fields.wrapperField.unknown": "Unkown field type: {0}",

"panel.fields.fieldCustomAction.button.title": "Custom action",
"panel.fields.fieldCustomAction.executing": "Executing field action...",

"panel.actions.title": "Actions",

"panel.articleDetails.title": "More details",
Expand Down
Loading

0 comments on commit b03d972

Please sign in to comment.