Example #1
0
 public function process(array $scriptProperties = array())
 {
     $placeholders = parent::process($scriptProperties);
     $this->getTagsTV();
     $settings = $this->resource->getContainerSettings();
     $this->resourceArray['commentsEnabled'] = $this->modx->getOption('commentsEnabled', $settings, true);
     $this->resourceArray['richtext'] = $this->modx->getOption('articlesRichtext', $settings, 1);
     return $placeholders;
 }