Finally finished inline stuff
This commit is contained in:
		@@ -11,13 +11,13 @@ module.exports =  {
 | 
				
			|||||||
      name: "a",
 | 
					      name: "a",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: true,
 | 
					      required: true,
 | 
				
			||||||
      inline: false
 | 
					      inline: true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    b: {
 | 
					    b: {
 | 
				
			||||||
      name: "b",
 | 
					      name: "b",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: true,
 | 
					      required: true,
 | 
				
			||||||
      inline: false
 | 
					      inline: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  output: true,
 | 
					  output: true,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ module.exports =  {
 | 
				
			|||||||
      name: "Offset",
 | 
					      name: "Offset",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: false,
 | 
					      required: false,
 | 
				
			||||||
      inline: false,
 | 
					      inline: true,
 | 
				
			||||||
      default: "0"
 | 
					      default: "0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ module.exports =  {
 | 
				
			|||||||
      name: "Offset",
 | 
					      name: "Offset",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: false,
 | 
					      required: false,
 | 
				
			||||||
      inline: false,
 | 
					      inline: true,
 | 
				
			||||||
      default: "0"
 | 
					      default: "0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ module.exports =  {
 | 
				
			|||||||
      name: "Mapping",
 | 
					      name: "Mapping",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: true,
 | 
					      required: true,
 | 
				
			||||||
      inline: false
 | 
					      inline: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  output: true,
 | 
					  output: true,
 | 
				
			||||||
@@ -40,7 +40,7 @@ module.exports =  {
 | 
				
			|||||||
    .join("");
 | 
					    .join("");
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  pageBlock: {
 | 
					  pageBlock: {
 | 
				
			||||||
    html: "",
 | 
					    html: "<center>Enter your Substitution as pairs of characters (eg \"abcd\" = a->b, c->d )</center>",
 | 
				
			||||||
    js: function(){}
 | 
					    js: function(){}
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ module.exports =  {
 | 
				
			|||||||
      name: "n",
 | 
					      name: "n",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: true,
 | 
					      required: true,
 | 
				
			||||||
      inline: false
 | 
					      inline: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  output: true,
 | 
					  output: true,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ module.exports =  {
 | 
				
			|||||||
      name: "Key",
 | 
					      name: "Key",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: true,
 | 
					      required: true,
 | 
				
			||||||
      inline: false
 | 
					      inline: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  output: true,
 | 
					  output: true,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ module.exports =  {
 | 
				
			|||||||
      name: "Key",
 | 
					      name: "Key",
 | 
				
			||||||
      type: "text",
 | 
					      type: "text",
 | 
				
			||||||
      required: true,
 | 
					      required: true,
 | 
				
			||||||
      inline: false
 | 
					      inline: true
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  output: true,
 | 
					  output: true,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user