To help editors understand the purpose of each block, we just shipped a new field called Help text that you configure to shown some human-friendly description on the content editing side.
As a bonus, if the field starts with an image URL, it will be shown alongside the help text. Quite handy, isn't it? 😃
Today we launched a series of UI changes to the schema editing area that we hope will make it clearer and quicker to make changes, especially regarding blocks.
First of all, models can now be filtered with a handy search bar:
The biggest changes, however, are related to blocks. A new Blocks Library section is now visible on the sidebar, giving you an overview of all the blocks your project has defined:
You can also quicky find which Modular Content/Structured Text fields are using a specific block, and move to the field in a single click:
The inverse operation — that is, moving from a Modular Content/Structured Text field to one of its blocks — is one click away too:
To specify which blocks can be used in a Modular Content/Structured Text field, head over to its settings, under the Validations tab:
A long overdue update on all the UI improvements we've recently released:
Now you can set alt and title in images within the multiline string with the HTML editor:
We've been receiving feedbacks around our SEO fields that were suggesting that we had validation rules that were too strict. So now we've added the option to pick whatever minimum or maximum length for the slug, SEO title and SEO description. You can customize those per field:
And also, you can now customize the validation rules for the slug field, so that you can set your custom regular expression, if our default one is too strict for your use case:
You can now specify in which locale the record filter applies:
We have removed the limit of 30 records that you could batch update. This was particularly annoying when doing batch action across pages, almost a bug fix :)
And finally... you can now close modals pressing the Escape key!
On the Ruby gem, we've added the method #lqip_data_url, which lets you access the SVG blurred up version of your images, like so:
For more details on what you can do, please have a look at this blog post.
On the Plugin SDK, we've added a new method plugin.disableField(...pathChunks, disable) that will let you disable a field so that the editors will be prevented to make changes.
Just a quick update to announce that we have finally made our famous Blurhash-based LQIPs available on our Gatsby plugin, replacing the classic “blur-up” technique used by everyone so far.
The improvement is evident, especially when the images are shown particularly large within the web page:
You don't need to make any code changes to your Gatsby project to get the enhancement, just upgrade the gatsby-source-datocms package using your packet manager of choice (npm or Yarn), making sure you are installing a version higher than or equal to 2.4.0:
We have just released a new update of our CMS area where we show usage stats.
More stats on traffic and API calls consumption
Now we are providing a very granular set of statistics about assets, API calls and videos, to help you troubleshoot where you can optimize or better understand where the traffic is coming from.
With all this information we are sure you'll be able to better optimize your sites, in order to get better performance and saving some money! We hope to help you with this.
As a small note, we have also improved our interface to optimize the loading of big projects. This should speed up everyone, but should be felt more by big projects.
Finally, we have upgraded the dashboard to better show the projects on which you are only a collaborator and not the owner and also show who is the owner when you try to do actions restricted to them. Hopefully this will simplify management of the projects.
We have refreshed our documentation at large in the past weeks and also provided more examples for record creation, field creation and role creation. This is just a highlight but more has come already.
If you still think anything is lacking in our documentation, please let us know via Community, thanks!