diff options
author | silverwind <me@silverwind.io> | 2020-01-26 19:26:04 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-26 19:26:04 +0100 |
commit | 6a5e8d0d4f6182ba42306ea81eed2f7db6e9d1f8 (patch) | |
tree | 89adf5fbbb9f7a5114c94a6be3a6ca71f21c372a /semantic.json | |
parent | add explicit dimensions to navbar avatar (#9986) (diff) | |
download | forgejo-6a5e8d0d4f6182ba42306ea81eed2f7db6e9d1f8.tar.xz forgejo-6a5e8d0d4f6182ba42306ea81eed2f7db6e9d1f8.zip |
enable fomantic api module (#9994)
Fixes: #9992
Diffstat (limited to '')
-rw-r--r-- | semantic.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/semantic.json b/semantic.json index 060d10c19b..71bfc87e6b 100644 --- a/semantic.json +++ b/semantic.json @@ -22,6 +22,7 @@ "admin": false, "components": [ "accordion", + "api", "breadcrumb", "button", "checkbox", |