1

I don't know Drupal, but I need to be able to talk about Drupal with someone and I don't know what to call things, and I can't figure this one out from the rest of the Internet.

I have a Drupal 10 website. A page in the site has a row of tabs | View | Edit | Delete | Revisions | Clone | at the top.

I select | Edit |, which loads what I call an Edit Page. On my display, this Edit Page has a box at the upper left with fields "Published", "Last Saved", and "Author" at the top. Then there are several expandable blocks below it labeled "COMMENT SETTINGS", "META TAG", etc.

What is the name of that box? The whole thing that includes the publication info and expandable blocks.

Thanks!

5
  • verticable tabs Commented Jun 20, 2024 at 14:13
  • You usually can find names by simply inspecting the HTML markup Commented Jun 20, 2024 at 14:14
  • Here you also can find some naming suggestions drupal.org/project/drupal/issues/1838114 Commented Jun 20, 2024 at 14:18
  • node form sidebar also a good candidate. Or node form details. Commented Jun 20, 2024 at 14:20
  • 1
    “Verticable”, should definitely be a word, but in the interests of making it a bit easier for the OP, it’s vertical tabs Commented Jun 20, 2024 at 14:20

1 Answer 1

3

Originally they are referred to as vertical tabs. Since screens got bigger and they moved to the sidebar they are nowadays also referred to as sidebar. See for example:

In code it's also referred to as advanced settings. See for example:

3
  • 2
    It's also referred to as "advanced settings" in the codebase, e.g. api.drupal.org/api/drupal/… and api.drupal.org/api/drupal/… Commented Jun 20, 2024 at 14:39
  • 2
    It sounds like "the advanced settings sidebar" is the clearest way to refer to this box, then. Thanks to everyone! Commented Jun 20, 2024 at 14:45
  • Thanks @Clive – added to answer. 👌🏻 Commented Jun 20, 2024 at 16:03

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.