Skip to content

Commit

Permalink
Update attributes.js
Browse files Browse the repository at this point in the history
I need to add this print-scaling line to get scaling to work in my ipp implementation.  Can we add it to the master branch so I don't need to manually add it every time I deploy?
  • Loading branch information
blairjanis authored Aug 9, 2019
1 parent b55d10f commit 2d398a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ attributes["Job Template"] = {
"print-quality": enumeration,
"print-rendering-intent": keyword,
"printer-resolution": resolution,
"print-scaling": keyword,
"proof-print": collection({
"media": _(keyword, name),
"media-col": collection("Job Template", "media-col"),
Expand Down

1 comment on commit 2d398a1

@Byteschmiede
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this too

Please sign in to comment.