8 lines
		
	
	
		
			767 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			767 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| ; Joomla! Project
 | |
| ; (C) 2017 Open Source Matters, Inc. <https://www.joomla.org>
 | |
| ; License GNU General Public License version 2 or later; see LICENSE.txt
 | |
| ; Note : All ini files need to be saved as UTF-8
 | |
| 
 | |
| PLG_CONTENT_FIELDS="Content - Fields"
 | |
| PLG_CONTENT_FIELDS_XML_DESCRIPTION="<p>This plugin allows you to display a custom field which has been inserted with the 'Button - Fields' plugin or using Syntax: {field #} directly into the editor area.</p><p><strong>Possible Syntax:</strong></p><ul><li><code>{field 1}</code> will display the field with the ID 1</li><li><code>{field 1,foo}</code> will display the selected field using the alternative layout 'foo'.</li><li><code>{fieldgroup 2}</code> will display all fields within the fieldgroup with the ID 2.</li></ul>"
 |