startbit-timezone-select 2.0.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ npm run build
|
|
|
56
56
|
|
|
57
57
|
## Run command
|
|
58
58
|
Run the below command to start your strapi project on local system and go to admin by typing /admin into your home URL.
|
|
59
|
-

|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
## Disabling altogether
|
|
@@ -77,9 +77,9 @@ module.exports = () => ({
|
|
|
77
77
|
## Usage
|
|
78
78
|
|
|
79
79
|
After installation you will find the timezone-select at the custom field section of the content-type builder.
|
|
80
|
-

|
|
81
81
|
|
|
82
82
|
Now you can select any country from the list. The Alpha-2 code of the selected timezone is stored in the database.
|
|
83
83
|
|
|
84
|
-

|
|
85
85
|
|
package/package.json
CHANGED