Skip to content

Commit

Permalink
Details.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 27, 2022
1 parent 9f9721e commit 68719ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -451,12 +451,12 @@ image::{docdir}/doc/poms-selector.png[pomsselector]

==== Thesaurus

TODO, a very similar popup exists for the Thesaurus of Beel & Geluid. Integration would be quite straight forward.
TODO, a very similar popup exists for the Thesaurus of Beeld & Geluid. Integration would be quite straight forward.


==== Media types

A dropdown with types from POMS
A dropdown with types from POMS. Based on the enum in `media-domain`

[source, yaml]
----
Expand Down Expand Up @@ -495,7 +495,7 @@ fields:

==== Channels

Drop down with all known channels. Channels that at some point where visible in the Netherlands.
Drop down with all known channels. Channels that at some point where visible in the Netherlands. Based on the enum in `media-domain`.

[source, yaml]
----
Expand All @@ -507,7 +507,7 @@ fields:

==== Broadcasters

Dropdown with all know Dutch broadcasters.
Dropdown with all know Dutch broadcasters. Based on https://poms.omroep.nl/broadcasters/ (or, actually, a link:https://poms.omroep.nl/broadcasters/broadcasters/CSV[CSV] version )

[source, yaml]
----
Expand Down
2 changes: 1 addition & 1 deletion magnolia-vpro-ui-poms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>nl.vpro.poms</groupId>
<artifactId>poms-parent</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 68719ed

Please sign in to comment.