Project

General

Profile

Adding parameters

If you want to add a new parameter, you will need to change the following.

For the parameter to be supported by the modular input:
  • web_input.py
  • inputs.conf
  • inputs.conf.spec
if the parameter is to be editable from the UI:
  • WebsiteInputCreateView.js
  • data_inputs_web_page.xml
If the parameter changes the preview:
  • web_input_controller.py
If the parameter is necessary for the search command
  • searchbnf.conf (if the parameter is necessary for the search command)
  • web_scrape.py
  • web_input_preview_dialog.html (if the parameter is necessary for previewing)