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 7f13da6 commit 8a295d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions development_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1057,19 +1057,19 @@ <h2 id="general">General</h2>
<h2 id="adding-a-new-drupal-field-type">Adding a new Drupal field type</h2>
<p>Eventually, handlers for new Drupal field types will need to be added to Workbench as the community adopts more field types provided by Drupal contrib modules or creates new field types specific to Islandora. Currently, Workbench supports the following field types:</p>
<ul>
<li>"simple" fields<ul>
<li>"simple" fields for<ul>
<li>strings (for string or text fields) like <code>Using Islandora Workbench for Fun and Profit</code></li>
<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>
</ul>
</li>
<li>entity reference fields</li>
<li>entity reference revision fields</li>
<li>typed relation fields (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 fields (e.g., <code>viaf%%http://viaf.org/viaf/10646807%%VIAF Record</code>)</li>
<li>entity reference revision fields (used by Paragraphs)</li>
</ul>
<p>All field types are defined in classes contained in <code>workbench_fields.py</code> and share the methods <code>create()</code>, <code>update()</code>, <code>dedupe_values()</code>, <code>remove_invalid_values()</code>, and <code>serialize()</code>.</p>
<p>Details on how to add new field types are coming soon!</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 8a295d5

Please sign in to comment.