Added the new placeholder area for global & component level placeholders #403

Merged
Llewellyn merged 17 commits from staging into master 2019-04-08 07:22:29 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 09dcd16b02 - Show all commits

View File

@ -1483,7 +1483,7 @@ class Structure extends Get
*/
protected function updateDynamicPath($path)
{
return $this->setPlaceholders($path, ComponentbuilderHelper::$constantPaths);
return $this->setPlaceholders($this->setPlaceholders($path, ComponentbuilderHelper::$constantPaths), $this->placeholders);
}
/**