drorrose
drorrose
In the "Create new storage" window, next to the storage kind field, provide a question mark icon that will display (upon hovering) a link to the key creation guide of...
The page should contain the following: 1. Name (first + surname) 2. Profile picture (if not provided, a default image will be displayed) 3. Author personal description (may be empty)
The fix should either send the default value that is presented or stop presenting a value at all (and alert on submit if nothing was chosen since its a required...
1. Create a new blog using the CLI. (`greenpress create my-app`). 2. Create a new theme using the CLI. (`greenpress theme my-theme `). 3. in this theme folder, add a...
Add the boolean query param isPinned to all the routes that return posts. In case this parameter is passed, the returned posts should be according to it's value - if...