定制 skylennard/bard-contains 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

skylennard/bard-contains

Composer 安装命令:

composer require skylennard/bard-contains

包简介

Adds reliable custom conditions for Bard fields

README 文档

README

This is a Statamic addon that extends on Conditional Fields, so you can use the bard-contains custom rule against any Bard field.

As luck would have it, this works great everywhere - even in a repeater, or something much more obscure... such as a Bard-in-Bard-set onion!

Options

This addon adds a custom bard-contains:option field condition to Statamic where option is one or more of the following:

  • empty
  • notEmpty
  • hasParagraphs
  • hasNoParagraphs
  • hasSets
  • hasNoSets
  • debug (see debugging)

Multiple Options

You can use multiple options to test for all of the provided scenarios on your Bard field. This means you're using AND logic, so all options need to pass for the condition to succeed.

For instance, custom bard-contains:hasParagraphs,hasSets will only succeed if the Bard field has both a text paragraph and a set.

If you need to have a Bard condition succeed on either of multiple options, create separate conditions using if_any/unless_any operators.

From the Statamic Control Panel blueprint screens, these conditions are displayed as Show/Hide when: any of the following conditions pass.

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require skylennard/bard-contains

How to Use

Add a condition to any field, referencing a bard field

  • Use the "custom" condition syntax to set up the condition:
    • custom bard-contains:option, with an option from the above list

Example

Fields in a Collection/Taxonomy, for instance:

    -
      handle: customize
      field:
        type: revealer
        if:
          custom_content: 'custom bard-contains:empty'
    -
      handle: custom_content
      field:
        type: bard
        if_any:
          customize: 'equals true'
          custom_content: 'custom bard-contains:notEmpty'

Results

  1. Revealer customize is only visible when Bard is empty.
  2. Bard custom_content is visible when either:
    • Revealer customize is activated and/or
    • Bard custom_content has existing content.

Debugging

Using the option debug can help you figure out what status the addon is seeing when checking your Bard field. This will console.log() an object with the true/false status for all the options, so check it out in the inspector.

统计信息

  • 总下载量: 766
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-09-09

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固