Allow edit 1st pub field
This commit is contained in:
parent
51c49aace2
commit
7f72892b0b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>
|
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>
|
||||||
<#if firstPub.statements?has_content && firstPub.type == "data">
|
<#if firstPub.statements?has_content || editable >
|
||||||
<div class="firstPub" style="list-style:none;">
|
<div class="firstPub" style="list-style:none;">
|
||||||
<div class="label">Первая публикация статьи
|
<div class="label">Первая публикация статьи
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue