Pattern Friend

描述

This plugin extend the default Gutenberg block editor with functionality often required for a better user experience. It’s build to be lightweight, simple to use, and most importantly, stable troughout updates.

Key Features:
1. Makes each block hidable on mobile, tablet, and desktop.
2. Adjustable thresholds for different devices.
3. Hidable groups, rows, and stacks that stay hidden for a set amount of time.

Note that this plugin can adds additional attributes to blocks which will not be removed upon uninstall as this can risk damaging post data.

螢幕截圖

  • The options page where the user can modify thresholds and devices and enable sticky header for certain themes.
  • Elements can be assigned when to be hidden, and groups/rows/columns can be made hideable.
  • To hide an element you assign this to a button that hides it for a certain amount of time.

常見問題

Can you use this to hide a menu on mobile devices?

Yes. With this plugin, you can adjust what blocks to be displayed on certain devices in the appearance editor.

Is it GDPR friendly?

Yes. The plugin only makes use of the devices local storage to keep track of what groups have been hidden.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Pattern Friend” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Pattern Friend 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

v1.2.2

  • Changed option name prefixes.
  • Changed transient name prefixes.
  • Added a button to read the generated CSS files.
  • Added warning to notify user about missing theme.json to alarm about possible non-working functions.

v1.2.1

  • Added button to load default threshold resolutions.
  • Refactoring code and changing folder structure.
  • Added form loading and success indicator
  • Added uninstall script to clear up options.
  • Added a update function thats called upon plugin update to generate new options and CSS files.
  • Refined descriptions for attributes.
  • Improved input filters.

v1.2.0

  • Added hidable group, row, and stack functionality.

v1.1.0

  • Added sticky header support.

v1.0.0

  • Initial release