Made sort and extract pages functions conform to the new design pattern. Standardised naming of a few variables
This commit is contained in:
@@ -25,7 +25,7 @@ To create your own, you have to understand a few key features first. You can als
|
||||
{
|
||||
"type": "extract",
|
||||
"values": {
|
||||
"pagesToExtractArray": [0, 2]
|
||||
"pageIndexes": [0, 2]
|
||||
},
|
||||
"operations": []
|
||||
}
|
||||
@@ -46,7 +46,7 @@ You can also nest workflows like this:
|
||||
{
|
||||
"type": "extract",
|
||||
"values": {
|
||||
"pagesToExtractArray": [0, 2]
|
||||
"pageIndexes": [0, 2]
|
||||
},
|
||||
"operations": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user