playing with extensible fields
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@pushonce("scripts")
|
||||
<script>
|
||||
console.log("cool");
|
||||
</script>
|
||||
@endpushonce
|
||||
|
||||
|
||||
yo
|
||||
@@ -0,0 +1,8 @@
|
||||
@pushonce("scripts")
|
||||
<script>
|
||||
console.log("cool");
|
||||
</script>
|
||||
@endpushonce
|
||||
|
||||
|
||||
yo
|
||||
@@ -0,0 +1,8 @@
|
||||
@pushonce("scripts")
|
||||
<script>
|
||||
console.log("cool");
|
||||
</script>
|
||||
@endpushonce
|
||||
|
||||
|
||||
yo
|
||||
@@ -0,0 +1,8 @@
|
||||
@pushonce("scripts")
|
||||
<script>
|
||||
console.log("cool");
|
||||
</script>
|
||||
@endpushonce
|
||||
|
||||
|
||||
yo
|
||||
@@ -0,0 +1,15 @@
|
||||
@pushonce("scripts")
|
||||
<script>
|
||||
console.log("cool");
|
||||
</script>
|
||||
@endpushonce
|
||||
|
||||
|
||||
<input
|
||||
id="{{$fieldId}}"
|
||||
name="{{$data->name}}"
|
||||
type="text"
|
||||
class="form-control"
|
||||
autocomplete="off"
|
||||
value="{{$record->data[$data->name]}}"
|
||||
/>
|
||||
Reference in New Issue
Block a user