谁能告诉我下面的 xml 的标题节点实际上是做什么的?我很难找到相关信息。
<config>
<acl>
<resources>
<all>
<title>Allow Everything</title>
</all>
<admin>
<children>
<system>
<children>
<config>
<children>
<tag_manager translate="title" module="googletagmanager">
<title>Google Tag Manager</title>
<sort_order>0</sort_order>
</tag_manager>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>