-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Description of the problem
On https://docs.expressionengine.com/latest/development/tab-files.html#anatomy-of-a-tab-file it includes a note:
Note: if your module includes a tab, do not forget to indicate this in the update file when installing the module. Further, be sure to include the tabs() function in the update file, and use it when updating custom layouts on installation and uninstallation.
This doesn't really provide any useful information until more context is added to other places in the documentation.
- It's not clear what "indicate this in the update file" means or how to do that. https://docs.expressionengine.com/latest/development/addon-setup-php-file.html doesn't seem to have any additional information about that.
- https://docs.expressionengine.com/latest/development/add-on-update-file.html doesn't have any information about the
tabs()
function.
Edit: adding a Table of Contents to https://docs.expressionengine.com/latest/development/add-on-update-file.html would be helpful too.
Metadata
Metadata
Assignees
Labels
No labels