Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Fixed new monograph typing
Browse files Browse the repository at this point in the history
Set note summary and list of contents fields to show on all posts
  • Loading branch information
sweco-semhul committed Apr 15, 2014
1 parent 37d122f commit 7c8e788
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions examples/templates/monografi.json
@@ -1,5 +1,10 @@
{
"@type": "Record",
"about": {
"@type": [
"Text",
"Monograph"
],
"identifier": [
],
"instanceOf": {
Expand Down
4 changes: 2 additions & 2 deletions templates/partials/edit/bib/notes.html
Expand Up @@ -2,14 +2,14 @@
<h2>{{ "Anmärkningar" }}<i></i></h2>

<div class="cols">
<div class="col6" data-ng-show="record.about.summary">
<div class="col6">
<label>
<span class="lbl" translate>LABEL.record.about.summary</span>
<textarea data-inplace data-ui-jq="autosize" spellcheck="false"
data-ng-model="record.about.summary" ></textarea>
</label>
</div>
<div class="col6" data-ng-show="record.about.listOfContents">
<div class="col6">
<label>
<span class="lbl" translate>LABEL.record.about.listOfContents</span>
<textarea data-inplace data-ui-jq="autosize" spellcheck="false" data-ng-model="record.about.listOfContents" ></textarea>
Expand Down

0 comments on commit 7c8e788

Please sign in to comment.