raykeating / strapi-location-field-plugin

A Strapi plugin to enable a custom location field with autocomplete input
MIT License
21 stars 7 forks source link

Location field not showning when create an entry. #4

Closed royjosefsson closed 1 year ago

royjosefsson commented 1 year ago

Bug report

Description

I am not able to see the location field when "Create an entry"

Screenshots

Content-Type Builder Content Manager

Reproduction:

Expected behavior

When "Create an entry" location field is available

System information

OS: [Linux Ubuntu 20.04]

strapi: v4.11.1 node: v16.20.0 npm: v8.19.4

Edit: I don't know what the issue was, but i solved it by reinstalled the project with preferred language as javascript instead.

martin-landhi commented 1 year ago

I am using typescript in my project, this plugin seems not support typescript?

royjosefsson commented 1 year ago

@martin-landhi I didn't get it to work with ts. Not sure if I included a copy-paste typo or something else.

rafaneri commented 1 year ago

@royjosefsson can you solve this question? I've added typescript support to my project, however the field still hidden.

rafaneri commented 1 year ago

@royjosefsson In my case only the file name, was incorrect! plugin.js but the correct one is plugins.js

royjosefsson commented 1 year ago

@rafaneri Did you solve it?