TOC : how to define start and end levels in front matter

Continuing the discussion from .TableOfContents:

By reading the above thread, I understand that defining TOC level on a page level is only possible in CSS.

Is it still the case? Couldn’t find anything about that in the doc.

Unfortunately table of content levels config only available via Global Config.

[markup]
  [markup.tableOfContents]
    endLevel = 3
    ordered = false
    startLevel = 2

Thank you @pamubay, that’ll do for the time.