mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Basic setup for MetaStorm (#20307)
This commit is contained in:
11
framework/widgets/widgets.meta-storm.xml
Normal file
11
framework/widgets/widgets.meta-storm.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<meta-storm xmlns="meta-storm">
|
||||
<definitions>
|
||||
<classMethod class="\yii\widgets\ActiveForm" method="field" argument="1">
|
||||
<properties protected="false" private="false" relatedArgument="0" relatedTo="argument"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\widgets\ActiveForm" method="beginField" argument="1">
|
||||
<properties protected="false" private="false" relatedArgument="0" relatedTo="argument"/>
|
||||
</classMethod>
|
||||
</definitions>
|
||||
</meta-storm>
|
||||
Reference in New Issue
Block a user