Skip to content

Commit

Permalink
Deployed 627ee67 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Feb 21, 2024
1 parent 0002214 commit 0d6d391
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions development_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1061,14 +1061,11 @@ <h2 id="adding-a-new-drupal-field-type">Adding a new Drupal field type</h2>
<li>integers (for <code>field_weight</code>, for example) like <code>1</code> or <code>7281</code></li>
<li>the binary values <code>1</code> or <code>0</code></li>
<li>existing Drupal-generated entity IDs (term IDs for taxonomy terms or node IDs for collections and parents), which are integers like <code>10</code> or <code>3549</code></li>
<li>complex field types<ul>
<li>typed relation (e.g., <code>relators:art:30</code>)</li>
<li>link fields (e.g., <code>https://acme.net%%Acme Products</code>)</li>
<li>geolocation fields (e.g., <code>"49.16667,-123.93333"</code>)</li>
<li>authority link data (e.g., <code>viaf%%http://viaf.org/viaf/10646807%%VIAF Record</code>)</li>
</ul>
</li>
</ul>
<p>Details on how to add new field types are coming soon!</p>
<h2 id="writing-tests">Writing tests</h2>
<p>Islandora Workbench's tests are writtin in <code>unittest</code>, and, as explained above, fall into two categories:</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 0d6d391

Please sign in to comment.