Files
adanar/app/xml-unique/concurs.xml
arlemp@selectel.ru c5003b00cf add files
2023-08-05 11:59:48 +03:00

124 lines
2.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<items>
<main>
<table>poll</table>
<increment>poll_id</increment>
<title>Контент. Статьи</title>
</main>
<item>
<column>poll_id</column>
<title>ID</title>
<type>increment</type>
<view>
<table>True</table>
<form>False</form>
</view>
<hint>Порядковый номер статьи</hint>
</item>
<item>
<column>polltitle</column>
<title>Заголовок</title>
<type>text</type>
<col>100</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>pollsubtitle</column>
<title>Заголовок</title>
<type>text</type>
<col>100</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>poll_anons</column>
<title>Анонс</title>
<type>textarea</type>
<hint>Заголовок стаьи</hint>
<col>80</col>
<row>4</row>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>text</column>
<title>Текст статьи</title>
<type>textareatiny</type>
<hint>Заголовок стаьи</hint>
<col>100</col>
<row>30</row>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>councurs_alt</column>
<title>Подпись к главному фото</title>
<type>text</type>
<hint>Заголовок стаьи</hint>
<col>100</col>
<row>30</row>
<view>
<table>False</table>
<form>True</form>
</view>
</item>
<item>
<column>concurs_img</column>
<title>Фото</title>
<view>
<table>False</table>
<form>True</form>
</view>
<type>file</type>
<folder>pub/images/poll/id/</folder>
</item>
<item>
<column>alias</column>
<title>Алиас</title>
<type>text</type>
<col>100</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>active</column>
<title>Публикация</title>
<type>checkbox</type>
<col>60</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>mainpage</column>
<title>На главной</title>
<type>checkbox</type>
<col>100</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
<item>
<column>poll_date_insert</column>
<title>Добавлено</title>
<type>datetime</type>
<col>60</col>
<view>
<table>True</table>
<form>True</form>
</view>
</item>
</items>