Skip to content

Commit

Permalink
Allow linkMode query param (used for fetching attachment item template)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jan 30, 2018
1 parent 300e1f0 commit 0ec49a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const queryParamNames = [
'sort',
'direction',
'limit',
'start'
'start',
'linkMode'
];

const fetchParamNames = [
Expand Down

0 comments on commit 0ec49a3

Please sign in to comment.