Skip to content

Instantly share code, notes, and snippets.

View AlonsoMackenlly's full-sized avatar
🗻
A happy life begins with peace of mind.

AlonsoMackenlly AlonsoMackenlly

🗻
A happy life begins with peace of mind.
View GitHub Profile
@AlonsoMackenlly
AlonsoMackenlly / _WebStorm Babel file-watcher setup basics.md
Created February 11, 2022 08:17
WebStorm/PHPStorm (and so on...) Babel file-watcher setup basics

Basic Babel file-watcher setup

This requires NPM to be installed.

Adding file-watchers

package.json file

If your project does not already have a 'package.json' file; run:

@AlonsoMackenlly
AlonsoMackenlly / entity_field.php
Last active March 1, 2021 06:53 — forked from konratnox/index.php
Выпадающий список выбора в Битриксе
<?php
CJSCore::Init(['ui']);
$items = [
['NAME' => 'Первый вариант', 'VALUE' => '1'],
['NAME' => 'Второй вариант', 'VALUE' => '2'],
];
?>
<div style="padding: 100px" id="filter">
<div data-name="SELECT_SINGLE" class="main-ui-filter-wield-with-label main-ui-filter-date-group main-ui-control-field-group">