Skip to content
Snippets Groups Projects
Verified Commit 499ac8b7 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Add URL metadata type

parent e66325d5
No related branches found
No related tags found
1 merge request!133Add URL metadata type
Pipeline #78818 passed
......@@ -13,6 +13,7 @@ class MetaType(Enum):
# Element's original structure reference (intended to be indexed)
Reference = "reference"
Numeric = "numeric"
URL = "url"
class MetaDataMixin(object):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment