For domain blocks both the 1.x.3.x branch and 1.x-3.x-old branch add the same new file domain_layout_access.inc. However, they use different paths,
The 1.x-3.x-old branch uses path:
plugins/access/domain_layout_access.inc
while the 1.x-3.x branch uses path:
plugins/layout/access/domain_layout_access.inc.
What is the best path to use, with or without extra nesting, or no nesting at all?
e.g. just plugins/domain_layout_access.inc ?
For
domain blocks
both the1.x.3.x
branch and1.x-3.x-old
branch add the same new filedomain_layout_access.inc
. However, they use different paths,The
1.x-3.x-old
branch uses path:plugins/access/domain_layout_access.inc
while the1.x-3.x
branch uses path:plugins/layout/access/domain_layout_access.inc
.What is the best path to use, with or without extra nesting, or no nesting at all? e.g. just
plugins/domain_layout_access.inc
?see Closed issue https://github.com/backdrop-contrib/domain/issues/17#issuecomment-2394458317