Skip to content

Commit

Permalink
Merge pull request #24 from keitaroinc/schema-readme
Browse files Browse the repository at this point in the history
Schema readme
  • Loading branch information
blagojabozinovski authored Jan 4, 2024
2 parents 5ffb373 + f363987 commit 63f3d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Tests](https://github.com/Keitaro/ckanext-kepa/workflows/Tests/badge.svg?branch=main)](https://github.com/Keitaro/ckanext-kepa/actions)
[![Tests](https://github.com/keitaroinc/ckanext-kepa/workflows/Tests/badge.svg?branch=main)](https://https://github.com/keitaroinc/ckanext-kepa/actions)

# ckanext-kepa

Expand All @@ -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 63f3d22

Please sign in to comment.