Add data in backend

If you've created the sysfolder for the data you can start creating the first operations data. You should start with data for the relations. Types, vehicles, resources and assistance.

  1. Got to the "Web" > "List" module and select the operation data sysfolder.

    Sysfolder with operations data
  2. Click on the "+" button on Docheader to create new data.

    Button to create new data
  3. Click on the text to choose the type of data you want to create.

    List datatypes of operations
  4. If you need categories, create new category data.

    Create a new category
  5. Set root category uid in Site Configuration to restrict the visible categories in frontend plugins and operation data. If you don't have a Site Configuration yet, create one in "Site Management" > "Sites" module.

    If you have site configuration, a folder in the file system is created located at <project-root>/config/sites/<identifier>/. The site configuration is stored in a file called config.yaml.

    Here are few lines of example code in a Site Configuration. Add settings on the first level.

    rootPageId: 1
    base: 'https://typo3-11.ddev.site/'
    settings:
      operations:
        rootCategory: 2
    ...
    Copied!

    |

    Sure, you need more than these few line for a working Site Configuration. This is just an example where you can add the settings.