Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest authored Mar 5, 2023
1 parent f9004e3 commit fc0a1e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/<Scripting> List all fields of all tables/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
for (const table of base.tables) {
output.markdown(`# ${table.name} (${table.id})`);
output.table(table.fields)
output.markdown(`# ${table.name} (${table.id}) [*Lien*](${table.url})`);
output.markdown(`###### ${table.description}`);
output.table(table.fields);
}

0 comments on commit fc0a1e9

Please sign in to comment.