Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
在解決問題之道上不斷前行
以下是官方的版本說明加上我測試後的一些說明:
Value Annotation
資料註解
現在可以在後設資料中加上註解,也可以選擇(或用api)呼叫這個註解,終於可以在後設資料中加上更多資訊,過去一些比較細節的資料也能加上去了,太棒了。
Fulltext search now includes the text of value annotations (with their parent resources) and media metadata (with their parent items)
全文搜尋也會搜尋到資料註解
Search results now include thumbnails where appropriate
搜尋結果會包括縮圖?怎記得原本就可以叫出來,測試不太來這項
Public resource show pages for resources not included on a site now include "noindex" meta-tags to avoid search engines potentially indexing resources under the wrong sites
資料可以加上noindex標籤,讓資料不被搜尋誤找到,很棒的更新!
Theme config can now set the "required" flag for form inputs
主題設定加上得必要標籤,應該是製作主題時內設定可以變成必要欄位
The page title block now uses a view so themes can override it (#1787, contributed by @grandgeorg)
頁面標題區塊現在可以使用樣板覆蓋,終於可以做一些更客製化的標題囉
Data types can optionally accept an extra array argument of options to their render method (partiarlly contributed by @Daniel-KM)
似乎是資料型態可以透過陣列來放進參數
Site pages now include a class on the body element derived from the page's slug to make page-specific styling easier
可以在頁面放自訂類到頁面slug中....不太確定實作,要安裝看看才知道
The admin interface for site navigation and the "list of pages" block now indicate when pages are private
管理介面相關,在站點的導覽項目中,現在可以看出哪些頁面是公開還是私有
JPEG2000's .jp2 is now supported when ingested without its file extension set (contributed by @Daniel-KM)
沒有指定檔案設置也會支援偵測jp2格式...?不太確定