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