Enhance placeholder picker functionality: Added support for custom placeholders in the placeholder picker component, allowing dynamic loading of custom blade files. Updated localization for both English and Turkish languages to include new placeholder types, improving user experience and flexibility in template customization.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<div class="custom-example-component my-4 p-4 bg-gray-100 rounded-lg">
|
||||
<h4 class="text-lg font-bold mb-2">Örnek Custom Component</h4>
|
||||
<p class="text-gray-700">Bu component'i template içinde <code>{custom.example}</code> yazarak kullanabilirsiniz.</p>
|
||||
<p class="text-sm text-gray-500 mt-2">Bu dosyayı dilediğiniz gibi özelleştirebilir ve yeniden kullanabilirsiniz.</p>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -14,4 +14,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
<!-- /.navbar-nav -->
|
||||
</div>asdad
|
||||
</div>
|
||||
@@ -1,6 +0,0 @@
|
||||
<div class="custom-test-component">
|
||||
<h3>Custom Test Component</h3>
|
||||
<p>Bu bir örnek custom component'tir. Bu dosyayı dilediğiniz gibi özelleştirebilirsiniz.</p>
|
||||
<p>Template içinde <code>{custom.test}</code> yazarak bu component'i çağırabilirsiniz.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user