{
  "title": "Text input field editor element",
  "description": "A configurable editor element that can be used to describe an input field.",
  "majorVersion": 1,
  "minorVersion": 0,
  "patchVersion": 3,
  "runnable": 0,
  "author": "Joubel AS",
  "license": "MIT",
  "machineName": "H5P.TextInputField",
  "preloadedCss": [
    {
      "path": "text-input-field.css"
    }
  ],
  "preloadedJs": [
    {
      "path": "text-input-field.js"
    }
  ]
}