Skip to content

Commit

Permalink
Deployed 29c20d1 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jun 30, 2024
1 parent 6cecc46 commit 49453da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 35 deletions.
60 changes: 25 additions & 35 deletions fields/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,13 @@
Values in the "file" column
</a>

</li>

<li class="md-nav__item">
<a href="#values-in-the-field_member_of-column" class="md-nav__link">
Values in the "field_member_of" column
</a>

</li>

</ul>
Expand All @@ -364,28 +371,20 @@
</li>

<li class="md-nav__item">
<a href="#values-in-the-field_member_of-column" class="md-nav__link">
Values in the "field_member_of" column
</a>

<nav class="md-nav" aria-label="Values in the "field_member_of" column">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#required-columns" class="md-nav__link">
Required columns
</a>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#columns-you-want-workbench-to-ignore" class="md-nav__link">
Columns you want Workbench to ignore
</a>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#csv-fields-that-contain-drupal-field-data" class="md-nav__link">
CSV fields that contain Drupal field data
</a>
Expand Down Expand Up @@ -566,11 +565,6 @@
</ul>
</nav>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -1188,6 +1182,13 @@
Values in the "file" column
</a>

</li>

<li class="md-nav__item">
<a href="#values-in-the-field_member_of-column" class="md-nav__link">
Values in the "field_member_of" column
</a>

</li>

</ul>
Expand All @@ -1196,28 +1197,20 @@
</li>

<li class="md-nav__item">
<a href="#values-in-the-field_member_of-column" class="md-nav__link">
Values in the "field_member_of" column
</a>

<nav class="md-nav" aria-label="Values in the "field_member_of" column">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#required-columns" class="md-nav__link">
Required columns
</a>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#columns-you-want-workbench-to-ignore" class="md-nav__link">
Columns you want Workbench to ignore
</a>

</li>
<li class="md-nav__item">

<li class="md-nav__item">
<a href="#csv-fields-that-contain-drupal-field-data" class="md-nav__link">
CSV fields that contain Drupal field data
</a>
Expand Down Expand Up @@ -1398,11 +1391,6 @@
</ul>
</nav>

</li>

</ul>
</nav>

</li>

</ul>
Expand All @@ -1425,6 +1413,8 @@
</a>


<h1>Field data (Drupal and CSV)</h1>

<p>Workbench uses a CSV file to populate Islandora objects' metadata. This file contains the field values that is to be added to new or existing nodes, and some additional reserved columns specific to Workbench. Data in this CSV file can be:</p>
<ul>
<li>strings (for string or text fields) like <code>Using Islandora Workbench for Fun and Profit</code></li>
Expand Down Expand Up @@ -1518,7 +1508,7 @@ <h3 id="values-in-the-file-column">Values in the "file" column</h3>
<li>Files identified by URLs must be accessible to the Workbench script, which means they must not require a username/password; however, they can be protected by a firewall, etc. as long as the computer running Workbench is allowed to retrieve the files without authenticating.</li>
<li>Currently Workbench requires that the URLs point directly to a file or a service that generates a file, and not a wrapper page or other indirect route to the file.</li>
</ul>
<h1 id="values-in-the-field_member_of-column">Values in the "field_member_of" column</h1>
<h3 id="values-in-the-field_member_of-column">Values in the "field_member_of" column</h3>
<p>The <code>field_member_of</code> column can take a node ID, a full URL to a node, or a URL alias. For instance, all of these refer to the same node and can be used in <code>field_member_of</code>:</p>
<ul>
<li><code>648</code> (node ID)</li>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 49453da

Please sign in to comment.