Last active
December 14, 2023 10:09
-
-
Save stevewithington/5975131 to your computer and use it in GitHub Desktop.
Mura CMS : Allow end users to Quick Edit an extended attribute on the front end of the site by using $.renderEditableAttribute()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#$.renderEditableAttribute( | |
attribute='attributeName' | |
,type='text|HTMLEditor' | |
,required=true|false | |
,validation='blank or a JavaScript regex' | |
,message='Message to display if it does not pass validation' | |
,label='Form Field Label' | |
,value=$.content('attributeName') | |
,enableMuraTag=true|false | |
)# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment