Skip to content

Commit

Permalink
removes last reference of aposIsTemplate in core
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Jul 20, 2023
1 parent 94ce564 commit 0828e0b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ export default {
def: ''
};
if (this.field.aposIsTemplate && !componentOnly) {
options.allow = this.field.page ? [ '/', '@' ] : '@';
} else if (this.field.page && !componentOnly) {
if (this.field.page && !componentOnly) {
options.allow = '/';
}
Expand Down

0 comments on commit 0828e0b

Please sign in to comment.