added site-view switch to allow default public access if access is set on the site view as explained in gh-113
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 355 of this MVC
|
||||
@build 21st August, 2017
|
||||
@version @update number 357 of this MVC
|
||||
@build 22nd August, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.js
|
||||
|
@ -2110,6 +2110,20 @@
|
||||
<option value="0">
|
||||
COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO</option>
|
||||
</field>
|
||||
<!-- Public Field. Type: Radio. (joomla) -->
|
||||
<field
|
||||
type="radio"
|
||||
name="public"
|
||||
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PUBLIC_LABEL"
|
||||
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PUBLIC_DESCRIPTION"
|
||||
default="0"
|
||||
required="false">
|
||||
<!-- Option Set. -->
|
||||
<option value="1">
|
||||
COM_COMPONENTBUILDER_JOOMLA_COMPONENT_YES</option>
|
||||
<option value="0">
|
||||
COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</field>
|
||||
|
Reference in New Issue
Block a user