Detect lower case dynamic tags (e.g. shortcode instead of Shortcode)
As requested by @Rips on the forum: discourse.tangible.one/t/code-editor-improvements/907
Styles - Don’t return errors for declarations with 4 space indents
As requested by @Rips on the forum: discourse.tangible.one/t/code-editor-improvements/907
Please allow use of dynamic tags in Style tab
Please allow use of dynamic tags in style tab. Or with Style field.I want to fetch custom css styles for each page.
Revisions for Tangible Templates
Add WordPress Post Revisions support for Tangible Templates in order to rollback easily in previous versions of a Tangible template if needed
Allow looping through field names
It’s currently possible to display all the field names and values that are available in any given context using `Field all` but it would be useful to be able to loop through those field names. This would be particularly useful when building blocks that have dynamic controls by allowing the user to select which field…
Add custom=true attribute to the Field tag to allow displaying custom fields that share the same name as core fields
As requested by @factus10 on the forum: discourse.tangible.one/t/equivalent-to-ccs-custom-true/872
Allow L&L templates to be rendered as widgets in the admin dashboard
As requested by @Birkeholm on the forum: discourse.tangible.one/t/feature-request-admin-widgets/870
Allow format of publish_date
It would be great if you can format the publish date. e.g. In the field.php, line 248, perhaps change the code to add the check and set the value: case ‘publish_date’:if (isset( $args[‘format’] )) {$value = date($args[‘format’], strtotime( $post->post_date ));}else {$value = $post->post_date;}return $value;break;
Add warning when any opening and closing tags that set a variable are on different lines
As requested by forum user @gingersoul on this thread: discourse.tangible.one/t/how-to-create-links-to-previous-and-next-posts/738/15
Make the Table tag search non-case-sensitive
As requested by @tom.collins in this thread: discourse.tangible.one/t/case-sensitive-search/835