Skip to content

Commit

Permalink
Update the extension description 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
somaromero committed Jul 30, 2024
1 parent f8a1d01 commit 837b3e2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/app.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
export default {
id: 'custom',
name: 'Custom',
icon: 'box',
description: 'This is my custom operation!',
overview: ({ text }) => [
id: 'operation-generate-pdf',
name: 'Generate PDF',
icon: 'picture_as_pdf',
description: 'Generate a pdf with flow data and the template.',
overview: ({ collection, url }) => [
{
label: 'Text',
text: text,
label: '$t:collection',
text: collection,
},
{
label: 'Url',
text: url,
},
],
options: [
Expand Down

0 comments on commit 837b3e2

Please sign in to comment.