Skip to content

Commit

Permalink
Readme and schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Jan 4, 2024
1 parent 46d3059 commit 6184fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ The main theme CKAN extension for KEPA open data portal.

## Requirements

**TODO:** For example, you might want to mention here which versions of CKAN this
extension works with.

If your extension works across different versions you can add the following table:

Compatibility with core CKAN versions:

| CKAN version | Compatible? |
Expand All @@ -22,20 +17,10 @@ Compatibility with core CKAN versions:
| 2.9 | not tested |
| 2.10 | Yes |

Suggested values:

* "yes"
* "not tested" - I can't think of a reason why it wouldn't work
* "not yet" - there is an intention to get it working
* "no"


## Installation

**TODO:** Add any additional install steps to the list below.
For example installing any non-Python dependencies or adding any required
config settings.

To install ckanext-kepa:

1. Activate your CKAN virtual environment, for example:
Expand All @@ -62,11 +47,6 @@ To install ckanext-kepa:

None at present

**TODO:** Document any optional config settings here. For example:

# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.kepa.some_setting = some_default_value


## Developer installation
Expand Down
2 changes: 1 addition & 1 deletion ckanext/kepa/kepa_dataset_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dataset_fields:
preset: dataset_slug
form_placeholder: eg. my-dataset

- field_name: abstract
- field_name: notes
label: Abstract
form_snippet: markdown.html

Expand Down

0 comments on commit 6184fac

Please sign in to comment.