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

    Note

    You need the translation of the sysfolder only if you have a multilanguage site and you are planning to translate the operation data.

    Important

    Without the translated sysfolder you can't translate the operation 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

    Tip

    Create a root/main category first that is the parent category for all operation categories. You can restrict the visibility of categories in frontend plugins and in operation data with the setting in Site Configuration.

  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.

    Note

    If you are using a non-composer based installation, the location is typo3conf/sites/. If your are using a composer based installation, the location is <project-root>/config/sites.

    Hint

    Add this folder to your version control.

    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
    ...
    

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