for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
* @license https://github.com/flipboxfactory/craft-ember/blob/master/LICENSE
* @link https://github.com/flipboxfactory/craft-ember/
*/
namespace flipbox\craft\ember\models;
use Craft;
* @author Flipbox Factory <[email protected]>
* @since 2.0.0
trait FieldLayoutAttributeTrait
{
use FieldLayoutRulesTrait, \flipbox\craft\ember\objects\FieldLayoutAttributeTrait;
* @return array
protected function fieldLayoutAttributes(): array
return [
'fieldLayoutId'
];
}
protected function fieldLayoutAttributeLabels(): array
'fieldLayoutId' => Craft::t('app', 'Field Layout Id')