Skip to content
#

pico-cms

Here are 32 public repositories matching this topic...

nliautaud
nliautaud commented Oct 23, 2017

The "fields lists" settings would be replaced by "fields rules" where blacklist/whitelist is renamed to "should match" and "shouldn't match" and the content would be a regex capture group, like :

first|second|third

The code would be something like

$rule = array_filter($this->form->config('rules'), function($rule) {
    return $rule->field_type == $this->ty
mckaygerhard
mckaygerhard commented Apr 5, 2019

we already know that users and rights are in default pico config file..

but since i see that's no api for external apps outside of pico .. could be separate at least the users file, .. we can use it with one line per user and implode with \n for later admin those in onConfigLoaded function.. maybe we need a specific file load funtion..

if not then how could i setup with a external tool

Improve this page

Add a description, image, and links to the pico-cms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pico-cms topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.