Изменения документа Расширения Corpwiki
Редактировал(а) Coluns 06.08.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,8 +1,8 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 3 'doc.title': {"link":"view","displayName":"Расширение"}, 4 - 'id':{}, 5 - 'description': {"displayName":"Описание"}, 4 + 'id':{"displayName":"ID"}, 5 + 'description': {"displayName":"Описание","type":"text"}, 6 6 'category': {}, 7 7 'version': {"displayName":"Версия"} 8 8 }) ... ... @@ -15,6 +15,6 @@ 15 15 'selectedColumn': 'doc.title', 16 16 'defaultOrder': 'asc' 17 17 }) 18 -#set ($columns = ['doc.title','id',' description', 'category',version'])18 +#set ($columns = ['doc.title','id', 'version', 'category','description']) 19 19 #livetable('colunsextensions' $columns $columnsProperties $options) 20 20 {{/velocity}}