Answer the question
In order to leave comments, you need to log in
Why is uri not displayed in the filter (modx revo)?
webdesign-master.ru/blog/modx/2016-05-03-modx-ajax...
additional fields and content are displayed and everything except the link.
The principle is taken from there
. Also, ajax-reset leaves only 1 resource on reset.
Answer the question
In order to leave comments, you need to log in
$params = array(
'parents' => $parents,
'limit' => $limit,
'offset' => $offset,
'tpl' => $tpl,
'select' => 'id,pagetitle,introtext,content', //здесь
'includeTVs' => $fields,
'showHidden' => '1',
'sortby' => $sortby,
'sortdir' => $sortdir,
'where' => $where
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question