Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global: Implement Dark Mode 🌙 #669

Merged
merged 20 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/customize/metadata/custom_fields/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ You should add the `my_template.html` file in the `my-site/templates` folder in
- `field_value`: the value of the field, as it is stored in the record after the UI serialization i.e. what is returned from the `ui_field` method when you [define your custom field](../../../develop/howtos/custom_fields.md).
- `field_cfg`: the UI configuration for that specific field as it is defined in the `RDM_CUSTOM_FIELDS_UI` config.

See the example in the [How-to](../../../develop/howtos/custom_fields.md#define-the-template-for-the-record-landing-page).
See the example in the [How-to](../../../develop/howtos/custom_fields.md).

### Search

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ External PIDs are persistent identifiers managed via [Invenio-PIDStore](https://
with external registration services.

Persistent identifiers are globally unique in the system, thus you cannot have two records
with the same system-managed persistent identifier (see also [Metadata > Identifiers](#identifiers-0-n)).
with the same system-managed persistent identifier (see also [Metadata > Identifiers](#alternate-identifiers-0-n)).

You can add a DOI that is not managed by InvenioRDM by using the provider `external`. You are not able to add `external` DOIs that have a prefix that is configured as part of a different PID provider.

Expand Down Expand Up @@ -1091,7 +1091,7 @@ Example:
IIIF links are only returned for files who are compatible with IIIF.
Those formats are defined by the `IIIF_FORMATS` configuration variable.
By default _gif_, _jp2_, _jpeg_, _jpg_, _png_, _tif_, and _tiff_.

### Default preview (0-1)

The default preview field names the filename of the file which should by default
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/rest_api_drafts_records.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Content-Type: application/json
| Name | Type | Location | Description |
| ---------- | ------ | -------- | ------------------------------------------------------------ |
| `id` | string | path | Identifier of the record, e.g. `4d0ns-ntd89` |
| `access` | object | body | [Access options](metadata.md#access-information) for the record. |
| `access` | object | body | [Access options](metadata.md#access) for the record. |
| `files` | object | body | [Files options](#files-options) for the record. |
| `metadata` | object | body | [Metadata](metadata.md#metadata) of the record. |
| `custom_fields` | object | body | [Custom fields](../customize/metadata/custom_fields/records.md#declaring-custom-fields) metadata for the record. (v10 and newer) |
Expand Down
Loading
Loading